noriellecruz commented on issue #1578: URL: https://github.com/apache/cordova-android/issues/1578#issuecomment-1490227459
just to add some solution. supplying a 2732x2732 png image can still work for the splashscreen. just include this to your config.xml file: `<preference name="AndroidWindowSplashScreenAnimatedIcon" value="path/to/your/splash.png" />` just make sure that your logo will be centered and will not cover the whole image. additionally, [navigator.splashscreen.hide](https://cordova.apache.org/docs/en/11.x/core/features/splashscreen/#navigatorsplashscreenhide) and [navigator.splashscreen.show](https://cordova.apache.org/docs/en/11.x/core/features/splashscreen/#navigatorsplashscreenshow) doesn't work on the latest cordova-android anymore even though it says it's still supported from the [docs](https://cordova.apache.org/docs/en/11.x/core/features/splashscreen/#javascript-public-apis). -- 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]
