I use phonegap 2.0 to develop mobile applications. Now, iOS 6 poped out, but there is no new Ghonegap release yet. I wonder how to deal with the (default) black stripes on top and bottom because my app is designed for ios 5 family which has a smaller display.
Share
As Erez Rabih points:
All apps that do not include the
Default-568h@2x.pngfile are displayed in a letter box. Include theDefault-568h@2x.pngwill make your app fill the screen on 4″ retina devices.The web browser view of the PhoneGap should fill the screen.