Splash screen issues

  • 27
  • Question
  • Updated 8 years ago
  • Answered
In config.xml, i'm setting multiple splash screen for different devices.

Am I doing this right ?

< gap:splash src="images/icones/en/splash_320_480.png"/> <!-- default : iPhone regular size -->
< gap:splash src="images/icones/en/splash_480_800.png" width="480" height="800"/> <!-- some Android phones -->
< gap:splash src="images/icones/en/splash_640_960.png" width="640" height="960"/> <!-- iPhone retina -->

It seems that the iPhone retina splash is always used for every devices...
Photo of brunetbaptiste

brunetbaptiste

  • 2 Posts
  • 0 Reply Likes

Posted 8 years ago

  • 27
Photo of Hardeep Shoker

Hardeep Shoker

  • 1941 Posts
  • 89 Reply Likes
Official Response
Hello,

This is currently a limitation with the handling of splash screens. Android only supports one size and defaults to any available (in this case your retina).

I've essentially spent some time and rewrote how splash screens and icons are supported for every platform. The changes include handeling default splash/icons and I'm now adding the attributes gap:platform and gap:role.

Expect this to role out either next week or the week after.

Hardeep Shoker