Hi, I'm coding an Air Mobile application (Flex SDK 4.14.1, AIR SDK 16.0.0.292)
It is fine with iPad4, iPad Mini, Android Phone and tablets BUT On my *iPhone 6s+*, the App has a black bar on the top and bottom (as does the splash screen). I do have a single splash screen Image (for testing this) which is: *[email protected]* referenced in ViewNavigatorApplication as: * applicationDPI="160" firstView="views.toggle" splashScreenImage="@Embed('images/[email protected]')" splashScreenScaleMode="letterbox" splashScreenMinimumDisplayTime="3000"* The image is: *1242×2208x72* The xml file has: * <requestedDisplayResolution>high</requestedDisplayResolution>* I believe the splash image is causing the problem, as I understand this determines the height of the App? Anyone any thoughts on what I am missing? Thanks for looking at this:-) Phil. -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/iPhone-6s-black-bars-at-top-and-bottom-of-App-tp12125.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
