champikamendis opened a new issue, #1600: URL: https://github.com/apache/cordova-android/issues/1600
## Problem After installing the application first run, the splashscreen logo is missing and the very next time and onwards it shows well. This happens to my real devices. In Pixel 7 Pro, OnePlus 8T both(Android 13) this happened. ### What is expected to happen? Expected to show the splash screen logo at the first run of the application after installation. ### What does actually happen? In the first run after installation splash screen logo is missing but the background loading fine.  ## Information I have tried following scenarios. - Added png as the icon of the splash screen - Added xml as the icon (Tried adaptive icon concept) - In the AndroidWindowSplashScreenAnimatedIcon value attribute I placed null and checked(then default cordova logo should be loaded. But same issue) ### Command or Code `<preference name="AndroidWindowSplashScreenAnimatedIcon" value="res/splash/layout/activity_main.xml" /> <preference name="AndroidWindowSplashScreenBackground" value="#1d396b" /> <preference name="ShowSplashScreenSpinner" value="true" /> <preference name="AutoHideSplashScreen" value="true" />` ### Environment, Platform, Device Platform: Android Devices: OnePlus 8T Pixel 7 Pro ### Version information Cordova Android: 11 ## Checklist - [x ] I searched for existing GitHub issues - [x ] I updated all Cordova tooling to most recent version - [x ] I included all the necessary information above -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
