asa47 commented on issue #1010: URL: https://github.com/apache/cordova-ios/issues/1010#issuecomment-726729604
@lynntangyuan Yes I sorted the issue on our side, however I am still using the legacy launch screen. Regarding the white screen, it looks like it is caused by the JS code not being loaded quickly enough in the WebView after displaying the splash/launch screen. In order to fix the issue, I manually hide the splash screen in the javascript side with `navigator.splashscreen.hide()`. Just remember to add the following in your config.xml: `<preference name="AutoHideSplashScreen" value="false" />` ---------------------------------------------------------------- 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]
