cordova-plugin-wkwebview-engine icon indicating copy to clipboard operation
cordova-plugin-wkwebview-engine copied to clipboard

When load remote url and error occurs, will not fallback to errorURL

Open JiaLiPassion opened this issue 8 years ago • 0 comments

reproduce steps

  1. config.xml set content src to remote url
  2. offline or other network error
  3. application will just hang and not fallback to errorURL which defined in config.xml

this is because the wkWebview didFailProvisionalNavigation is not handled.

JiaLiPassion avatar Apr 04 '17 13:04 JiaLiPassion