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...
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...



