Browse Source

Merge branch 'master' into tomun/macos

Tom Underhill 4 years ago
parent
commit
3e1e72dd30
No account linked to committer's email address

+ 1
- 1
android/src/main/java/com/reactnativecommunity/webview/RNCWebViewManager.java View File

748
         new TopShouldStartLoadWithRequestEvent(
748
         new TopShouldStartLoadWithRequestEvent(
749
           view.getId(),
749
           view.getId(),
750
           createWebViewEvent(view, url)));
750
           createWebViewEvent(view, url)));
751
-      return super.shouldOverrideUrlLoading(view,url);
751
+      return true;
752
     }
752
     }
753
 
753
 
754
 
754
 

+ 1
- 1
package.json View File

8
     "Thibault Malbranche <malbranche.thibault@gmail.com>"
8
     "Thibault Malbranche <malbranche.thibault@gmail.com>"
9
   ],
9
   ],
10
   "license": "MIT",
10
   "license": "MIT",
11
-  "version": "8.0.5",
11
+  "version": "8.0.6",
12
   "homepage": "https://github.com/react-native-community/react-native-webview#readme",
12
   "homepage": "https://github.com/react-native-community/react-native-webview#readme",
13
   "scripts": {
13
   "scripts": {
14
     "start": "node node_modules/react-native/local-cli/cli.js start",
14
     "start": "node node_modules/react-native/local-cli/cli.js start",