mirror of
https://github.com/status-im/react-native-webview.git
synced 2026-08-31 19:51:10 +00:00
fix(Android): Redirected URLs now redirect correctly. (#991)
Co-authored-by: Jamon Holmgren <jamon@infinite.red> Co-authored-by: Jason Safaiyeh <safaiyeh@protonmail.com>
This commit is contained in:
committed by
Jason Safaiyeh
co-authored by
Jamon Holmgren
Jason Safaiyeh
parent
bf1d645716
commit
acf1ad7560
@@ -748,7 +748,7 @@ public class RNCWebViewManager extends SimpleViewManager<WebView> {
|
||||
new TopShouldStartLoadWithRequestEvent(
|
||||
view.getId(),
|
||||
createWebViewEvent(view, url)));
|
||||
return true;
|
||||
return super.shouldOverrideUrlLoading(view,url);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user