GitHub user massimilianocom added a comment to the discussion: app launch screen
Following the guide you kindly posted, I inserted this into the main directory config.xml file: ` <preference name="AndroidWindowSplashScreenBackground" value="#ffffff" /> <preference name="AndroidWindowSplashScreenAnimatedIcon" value="res/android/res/android/xxxhdpi.png" /> ` but nothing doesn't work Still using the guide, I also tried to delete the screen with this: `document.addEventListener('deviceready', onDeviceReady, false); function onDeviceReady() { navigator.splashscreen.hide(); } Even in this case it doesn't work, the screen continues to be displayed GitHub link: https://github.com/apache/cordova/discussions/473#discussioncomment-8943266 ---- 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