ソースを参照

Merge branch 'master' into tomun/macos

Tom Underhill 4 年 前
コミット
3e1e72dd30
No account linked to committer's email address
共有2 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 1
    1
      android/src/main/java/com/reactnativecommunity/webview/RNCWebViewManager.java
  2. 1
    1
      package.json

+ 1
- 1
android/src/main/java/com/reactnativecommunity/webview/RNCWebViewManager.java ファイルの表示

@@ -748,7 +748,7 @@ public class RNCWebViewManager extends SimpleViewManager<WebView> {
748 748
         new TopShouldStartLoadWithRequestEvent(
749 749
           view.getId(),
750 750
           createWebViewEvent(view, url)));
751
-      return super.shouldOverrideUrlLoading(view,url);
751
+      return true;
752 752
     }
753 753
 
754 754
 

+ 1
- 1
package.json ファイルの表示

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