diff --git a/package.json b/package.json index f9b9b0c71d..cf070de061 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "react-native-status-keycard": "git+https://github.com/status-im/react-native-status-keycard.git#v2.5.35", "react-native-svg": "^9.8.4", "react-native-touch-id": "^4.4.1", - "react-native-webview": "git+https://github.com/status-im/react-native-webview.git#v10.9.2", + "react-native-webview": "git+https://github.com/status-im/react-native-webview.git#v11.3.0-status", "tdigest": "^0.1.1", "web3-utils": "^1.2.1" }, diff --git a/src/status_im/ui/screens/browser/views.cljs b/src/status_im/ui/screens/browser/views.cljs index e69f70ada3..4c811821c8 100644 --- a/src/status_im/ui/screens/browser/views.cljs +++ b/src/status_im/ui/screens/browser/views.cljs @@ -186,6 +186,7 @@ :java-script-enabled true :bounces false :local-storage-enabled true + :set-support-multiple-windows false :render-error web-view-error :on-navigation-state-change #(do (re-frame/dispatch [:set-in [:ens/registration :state] :searching]) diff --git a/yarn.lock b/yarn.lock index 4fe7b798fd..8e4f0796c6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6748,9 +6748,9 @@ react-native-touch-id@^4.4.1: resolved "https://registry.yarnpkg.com/react-native-touch-id/-/react-native-touch-id-4.4.1.tgz#8b1bb2d04c30bac36bb9696d2d723e719c4a8b08" integrity sha512-1jTl8fC+0fxvqegy/XXTyo6vMvPhjzkoDdaqoYZx0OH8AT250NuXnNPyKktvigIcys3+2acciqOeaCall7lrvg== -"react-native-webview@git+https://github.com/status-im/react-native-webview.git#v10.9.2": - version "10.9.2" - resolved "git+https://github.com/status-im/react-native-webview.git#e2cf5fdc76d73f84ac2f60ca5d5ad4af3ac0730a" +"react-native-webview@git+https://github.com/status-im/react-native-webview.git#v11.3.0-status": + version "11.3.0" + resolved "git+https://github.com/status-im/react-native-webview.git#aafe232857d5c278d7ab43826e8b79a523121073" dependencies: escape-string-regexp "2.0.0" invariant "2.2.4"