Dmitry Suchkov created CB-909:
---------------------------------
Summary: Splashscreen on iOS iPad 2 jump on 20px in nonfulscreen
mode
Key: CB-909
URL: https://issues.apache.org/jira/browse/CB-909
Project: Apache Cordova
Issue Type: Bug
Components: iOS
Affects Versions: 1.7.0
Environment: iOS 5.1 iPad 2
Reporter: Dmitry Suchkov
Assignee: Shazron Abdullah
Fix For: 1.9.0
In config.xml set:
<preference name="fullscreen" value="false" />
<gap:splash src="AppResources/splashes/mobile.png" />
<gap:splash src="AppResources/splashes/iphone.png" width="320" height="480" />
<gap:splash src="AppResources/splashes/iphoneretina.png" width="640"
height="960" />
<gap:splash src="AppResources/splashes/ipadl.png" width="1024" height="768" />
<gap:splash src="AppResources/splashes/ipadp.png" width="768" height="1024" />
Duaring opening application splashscreen jump on 20px to top
Also, in non fulscreen mode for iPad dimension of splashscreen is:
Portrait: 768x1004, Landscape: 1024x748 px
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira