Releases: CRAlpha/react-native-wkwebview
Releases · CRAlpha/react-native-wkwebview
v1.22.0
05 Sep 10:41
Compare
Sorry, something went wrong.
No results found
Add onNavigationResponse event
Fix sendCookies prop error
Enable window.postMessage() usage even when onMessage prop is set
v1.20.0
18 May 11:16
Compare
Sorry, something went wrong.
No results found
Added keyboardDisplayRequiresUserAction
Added injectJavaScript, injectJavaScriptForMainFrameOnly, injectedJavaScript, injectedJavaScriptForMainFrameOnly
v1.17.0
12 Apr 10:48
Compare
Sorry, something went wrong.
No results found
#123 Fixed localStorage & cookie sharing between multiple WKWebViewInstances
Change the signature of the method to align with React Native Webview
v1.16.0
01 Mar 19:09
Compare
Sorry, something went wrong.
No results found
Implement contentInsetAdjustmentBehavior support.
v1.15.0
01 Mar 18:15
Compare
Sorry, something went wrong.
No results found
Fixes allowsLinkPreview crashes on iOS < 9 #117
Fixes crash on reload js bundle #115
v1.14.0
19 Feb 19:31
Compare
Sorry, something went wrong.
No results found
Add onMessage and postMessage compatibility with React Native WebView. This changes the argument of onMessage method.
Update example project to the latest React Native and add an example of the new bridge.
v1.12.0
08 Feb 19:38
Compare
Sorry, something went wrong.
No results found
Add support for allowsLinkPreview property
v1.9.0
26 Oct 05:11
Compare
Sorry, something went wrong.
No results found
v1.5.0
05 Jun 10:23
Compare
Sorry, something went wrong.
No results found
Make sure WKWebView get properly deallocated (#56 )
Add a prop to remove keyboard accessory view (#60 )
Use shared process pool to share cookies between instances (#64 )
v1.3.0
09 Mar 04:54
Compare
Sorry, something went wrong.
No results found
Add customUserAgent
Make sure sendCookies is always set for the first request
Add example project