Closed
Description
'I am using the webview when i enter the wrong url it will redirect to another white screen for a little moment show a pagenotfound screen then navigate to another screen.I am disable the warning then now when i enter wrong url it will redirect to white screen what is the solution i want to open pagenotfound screen as in our browser if pagenotfound..my code is
<WebView style={{flex:1,margin:20}}
ref={WebView_Ref}
source={{uri: this.state.go}}
/>