react-native-webview/ios
Jared Forsyth e4c8dab2ae feat(onScroll): Add `onScroll` callback for iOS & Android (#516)
* Add `onScroll` callback for iOS & Android

This code was mostly extracted from https://github.com/react-native-community/react-native-webview/pull/202

I tried and tried to make it work with `Animated.event`'s `useNativeDriver`, but I was unsuccessful 😢 that'll have to be done later once I understand better how Animated's native stuff is hooked up.

* fix crash for missing onScroll
2019-05-17 00:27:16 +02:00
..
RNCWebView.xcodeproj feat(WKWebview): Add shared process pool so cookies and localStorage are shared across webviews in iOS (#138) 2019-01-07 15:19:32 +01:00
RNCUIWebView.h Native Changes 2018-09-18 18:32:16 +02:00
RNCUIWebView.m fix(PostMessage): Renamed ReactNativeWebview to ReactNativeWebView 2019-02-01 22:04:11 +01:00
RNCUIWebViewManager.h Native Changes 2018-09-18 18:32:16 +02:00
RNCUIWebViewManager.m feat(WKWebView): add prop `directionalLockEnabled` for iOS (#389) 2019-03-07 10:27:29 +01:00
RNCWKProcessPoolManager.h feat(WKWebview): Add shared process pool so cookies and localStorage are shared across webviews in iOS (#138) 2019-01-07 15:19:32 +01:00
RNCWKProcessPoolManager.m feat(WKWebview): Add shared process pool so cookies and localStorage are shared across webviews in iOS (#138) 2019-01-07 15:19:32 +01:00
RNCWKWebView.h feat(WKWebView): Allow focus without user interaction (#540) 2019-04-29 17:46:07 +02:00
RNCWKWebView.m feat(onScroll): Add `onScroll` callback for iOS & Android (#516) 2019-05-17 00:27:16 +02:00
RNCWKWebViewManager.h Native Changes 2018-09-18 18:32:16 +02:00
RNCWKWebViewManager.m feat(onScroll): Add `onScroll` callback for iOS & Android (#516) 2019-05-17 00:27:16 +02:00