TiBz0u commented on issue #1514: URL: https://github.com/apache/cordova-android/issues/1514#issuecomment-1316726874
Hi, Is this a problem on Android 12 or 13? I have a OnePlus 8T with Android 12 + Cordova Android 11 (Api level 32) application and it works perfectly. (I use programmatically splashscreen.hide() function). Have you try to define your own image? Maybe the problem occurs only with the default one? In config.xml : ``` <preference name="AndroidWindowSplashScreenAnimatedIcon" value="resources/android/splash/splashscreen.png" / <preference name="AndroidWindowSplashScreenIconBackgroundColor" value="#FFFFFF" /> ``` Kr. -- 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]
