mirror of
https://github.com/status-im/react-native-webview.git
synced 2025-02-23 09:18:38 +00:00
This reverts commit acf1ad7560aac450615703b3c8410919dbddecd1.
This commit is contained in:
parent
d4efa1e7f5
commit
344aab591a
@ -748,7 +748,7 @@ public class RNCWebViewManager extends SimpleViewManager<WebView> {
|
|||||||
new TopShouldStartLoadWithRequestEvent(
|
new TopShouldStartLoadWithRequestEvent(
|
||||||
view.getId(),
|
view.getId(),
|
||||||
createWebViewEvent(view, url)));
|
createWebViewEvent(view, url)));
|
||||||
return super.shouldOverrideUrlLoading(view,url);
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user