GitHub user GitToTheHub edited a comment on the discussion: White Screen on iOS
Hi, I see in your console the paths are set to file-uris like `file://null/Users/...`, so you don't set an origin. Please try to set a hostname and scheme for your app in your config.xml like: ```xml <platform name="ios"> <preference name="scheme" value="app" /> </platform> <preference name="hostname" value="localhost" /> ``` This will give your app an origin and you will get also better JavaScript errors. GitHub link: https://github.com/apache/cordova/discussions/550#discussioncomment-13597102 ---- 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