Copy link to clipboard
Copied
I'm building an iOS app using as3 and air to package the app onto my iPhone 6. My issue is that I get a black bar above and below the app, the app itself is not going fullscreen. The stage screen is set to the iPhone 6 screen dimensions.
I have tried by adding the following launch images into the app folder; Default-667h@2x.png, Default-568h@2.png, and Default@2x.png. But it's not being displayed properly.
Does anyone have any fixes for this?
Hi ericmathew
iPhone 6 & iPhone6+ require different Launch Images than older phones:
For Example,
For iPhone 6 : Default-375w-667h@2x~iphone.png
And iPhone6+ : Default-414w-736h@3x~iphone.png
For more details regarding this, check out below article :
http://blogs.adobe.com/airodynamics/2015/03/09/launch-images-on-ios-with-adobe-air/
-Tushar,
Adobe AIR Team
Copy link to clipboard
Copied
Hi ericmathew
iPhone 6 & iPhone6+ require different Launch Images than older phones:
For Example,
For iPhone 6 : Default-375w-667h@2x~iphone.png
And iPhone6+ : Default-414w-736h@3x~iphone.png
For more details regarding this, check out below article :
http://blogs.adobe.com/airodynamics/2015/03/09/launch-images-on-ios-with-adobe-air/
-Tushar,
Adobe AIR Team
Copy link to clipboard
Copied
Thanks for the quick response.
Will try this.
Copy link to clipboard
Copied
Glad to help, tell me if this solves your problem.
Copy link to clipboard
Copied
It worked.
Thanks for the Superfast response. Should have asked question yesterday only.