breautek commented on issue #55: URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/55#issuecomment-842434042
> This plugin should not be used with cordova-iOS > 6, right? Correct, cordova-ios@6 implements the WKWebView itself as required by Apple's policies. White page usually signals a javascript exception that has occurred. You can use the Safari web inspector ([learn how](https://breautek.com/articles/debugging-cordova-apps.html)) to check for javascript errors. Safari doesn't record errors that occurred before the inspector was attached, therefore you'll need to refresh the webview to see startup errors. You can do this by pressing `cmd` + `R` while the inspector is focused. Cordova itself also doesn't do any kind of reloading on error, so this is likely behaviour coming from an external code, such as a framework, library, or perhaps even your own application. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
