Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sencha/Phonegap app doesn't fill full screen in iPhone 5

I'm building a Sencha Touch app and wrapping it in PhoneGap (build) for native use.

My most recent build, when ran on an iPhone 5, has black, horizontal bars on the top and bottom of the screen. iPhone 4 is fine. There is hardly any difference between this version and the version that ran just fine before downloading the new build -- and the differences should only affect user accounts.

I'm using Sencha CMD v4.0.2.67, Sencha Touch v2.3.1 and PhoneGap v3.3.0 to build the application.

like image 799
Dom Ramirez Avatar asked Apr 03 '14 02:04

Dom Ramirez


1 Answers

you need to add splash screen for iPhone 5 with this size 640 x 1136 pixels After that clean and the build and run the App again I think you will get the full screen

like image 162
Nitin Avatar answered Sep 22 '22 16:09

Nitin