This content has been marked as final.
Show 1 reply
-
1. Re: Splash screen / launch screen problem on iPhone 5
SunilRana_Gateway Oct 14, 2013 12:31 AM (in response to drchauhan)Hi drchauhan,
Please set minResolution below iPhone Resolutions in Splash Screen e.g.
<s:SplashScreenImage xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark">
<s:SplashScreenImageSource source="@Embed('app_1136.png')" minResolution="1136" aspectRatio="portrait" />
<s:SplashScreenImageSource source="@Embed('app_480.png')" minResolution="480" dpi="160" aspectRatio="portrait" />
<s:SplashScreenImageSource source="@Embed('app_960.png')" minResolution="960" aspectRatio="portrait" />
</s:SplashScreenImage>
with Regards,
Sunil
