You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Sean Bollin (JIRA)" <ji...@apache.org> on 2013/11/27 06:20:38 UTC

[jira] [Comment Edited] (CB-4051) Splashscreen rotation problem

    [ https://issues.apache.org/jira/browse/CB-4051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13833468#comment-13833468 ] 

Sean Bollin edited comment on CB-4051 at 11/27/13 5:20 AM:
-----------------------------------------------------------

The quick hack fix for this is to 

1) Open up CDVSplashScreen.m
2) Comment out the beginning of the "else if" clause on line 135 (https://gist.github.com/seanbollin/7671006)
3) Comment out the end of the "else if" clause on line 148
4) Make sure you have all the following images:

Default-568h@2x~iphone.png (640x1136 pixels)
Default-Landscape@2x~ipad.png (2048x1496 pixels)
Default-Landscape~ipad.png (1024x748 pixels)
Default-Portrait@2x~ipad.png (1536x2008 pixels)
Default-Portrait~ipad.png (768x1004 pixels)
Default@2x~iphone.png (640x960 pixels)
Default~iphone.png (320x480 pixels)


was (Author: seanbo):
The quick hack fix for this is to 

1) Open up CDVSplashScreen.m
2) Comment out the beginning of the "else if" clause on line 135
3) Comment out the end of the "else if" clause on line 148
4) Make sure you have all the following images:

Default-568h@2x~iphone.png (640x1136 pixels)
Default-Landscape@2x~ipad.png (2048x1496 pixels)
Default-Landscape~ipad.png (1024x748 pixels)
Default-Portrait@2x~ipad.png (1536x2008 pixels)
Default-Portrait~ipad.png (768x1004 pixels)
Default@2x~iphone.png (640x960 pixels)
Default~iphone.png (320x480 pixels)

> Splashscreen rotation problem
> -----------------------------
>
>                 Key: CB-4051
>                 URL: https://issues.apache.org/jira/browse/CB-4051
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 2.7.0
>            Reporter: Estelle
>            Assignee: Shazron Abdullah
>
> On Cordova 2.7
> I have made an application iPhone with Cordova, my application is only on landscape mode. I have added splashscreens on the app and seen a bug.
> When I launch app, I see correctly the good splashscreen but after view seconds the splashscreen rotate on 90°
> I think it's a bug because all params in XML, Xcode and plist are in landscape mode.



--
This message was sent by Atlassian JIRA
(v6.1#6144)