GitHub user breautek added a comment to the discussion: White Screen on iOS
A white screen probably indicates some kind of JS error (which may not be printed in the XCode console) preventing your app from launching completely. So I'd recommend using Safari to remote inspect the webview. (More details on my [blog](https://breautek.com/articles/debugging-cordova-apps.html), just scroll down to the iOS section). One important note on the web inspector is that events that occurred before the inspector was attached is not logged, so if you're having startup issues like this, you'll need to refresh the webview after the inspector is attached, which you can do by pressing cmd + r (or however to send a cmd +r keystroke in macincloud) while the inspector is attached. Doing this might give you better insights on what is happening and why your app isn't launching as expected. GitHub link: https://github.com/apache/cordova/discussions/550#discussioncomment-13589523 ---- This is an automatically sent email for issues@cordova.apache.org. To unsubscribe, please send an email to: issues-unsubscr...@cordova.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org