Hi i am using react native\'s webview to display some html, i want that whenever a user clicks a link inside that html, it will open the user\'s browser with that link.
If stopLoading() in onNavigationStateChange on Android does not work,
stopLoading()
onNavigationStateChange
this.webview.stopLoading(); setTimeOut( () => { Linking.openURL(event.url) }, 1000);
It worked well.