Splashscreen - Cordova 12.0.0 #412
Replies: 1 comment 4 replies
-
Reading the SplashScreen docs would be a start: https://cordova.apache.org/docs/en/11.x/core/features/splashscreen/index.html For Android, at minimum you'll need to use AndroidWindowSplashScreenAnimatedIcon. It can be a PNG if desired. Note that this is an icon, not a fullscreen image. See the Android Docs for more information on the elements/mechanics of the Android splashscreen. Cordova implements the Icon with background strategy, so you're icon should be 240x240dp in resolution (960x960px using a PNG, which is 4x the size of the base resolution for For iOS, they use launch screens which can be supplied by a single 2732x2732px image.
There is no |
Beta Was this translation helpful? Give feedback.
-
Hello everyone !
I have a doubt, I'm upgrading to Cordova 12, is the first time that I'm using splashscreen without plugin.
Before, my application had used the 10 version.
I don't know how is the code that I have to do in config.xml and splashscreen.xml
Anyone can help me, please ?
Att,
Beta Was this translation helpful? Give feedback.
All reactions