dtarnawsky opened a new issue, #1481: URL: https://github.com/apache/cordova-android/issues/1481
# Bug Report ## Problem The Splash Screen does not appear on the first launch of a freshly installed app on an Android 12 device (it does appear afterward) ### What is expected to happen? The Splash Screen should appear on the first launch of a newly installed app. ### What does actually happen? The splash screen does not appear on the first launch (but appears with subsequent launches). ## Information <!-- Include all relevant information that might help understand and reproduce the problem --> This is using the new AndroidWindowSplashScreenAnimatedIcon preference in config.xml of Cordova Android 11.0.0. Sample Project exhibiting the issue: [https://github.com/dtarnawsky/cs-cordova-android-11](https://github.com/dtarnawsky/cs-cordova-android-11) ### Command or Code <!-- What command or code is needed to reproduce the problem? --> cordova platform add android@11 cordova run android ### Environment, Platform, Device <!-- In what environment, on what platform or on which device are you experiencing the issue? --> Tested and found as a problem with Samsung S10e and Nexus 5 API 31 (Android 12). Not an issue on Android 10 or Android 11. ### Version information <!-- What are relevant versions you are using? For example: Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins Other Frameworks: Ionic Framework and CLI version Operating System, Android Studio, Xcode etc. --> Cordova CLI 11.0.0 Cordova Android 11.0.0 Plugins: cordova-plugin-device: 2.1.0 cordova-plugin-ionic-keyboard: 2.2.0 cordova-plugin-ionic-webview: 5.0.0 cordova-plugin-statusbar: 3.0.0 ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [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]
