I’m using PhoneGap to build a mobile app for iOS.
Lately I downloaded the new Xcode and ran the app on iPhone5 simulator. The app is working well, but there are two black stripes and the bottom and top of the app. I know that this is Apple’s way to be backward compatible with older apps which were not designed for iPhone 5’s 4-inch screen.
Is it possible to make a PhoneGap app fully exploit the new 4-inch screen iPhone 5?
All apps that do not include the
Default-568h@2x.pngfile are displayed in a letter box.Include the
Default-568h@2x.pngwill make your app fill the screen on 4″ retina devices.The web browser view of the PhoneGrap should fill the screen.