cordova-plugin-wkwebview-engine
cordova-plugin-wkwebview-engine copied to clipboard
When load remote url and error occurs, will not fallback to errorURL
reproduce steps
- config.xml set content src to remote url
- offline or other network error
- application will just hang and not fallback to errorURL which defined in config.xml
this is because the wkWebview didFailProvisionalNavigation is not handled.