lucasferreira / react-native-webview-android

Simple React Native Android module to use Android's WebView inside your app
355 stars 158 forks source link

onShouldStartLoadWithRequest is not working #106

Open jackmew opened 6 years ago

jackmew commented 6 years ago

I trace into the index.android.js and find that _onShouldOverrideUrlLoading never occur so that onShouldStartLoadWithRequest can't be called.

lucasferreira commented 6 years ago

Hi @braydo25,

Can you help us with that issue?