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

[jira] [Resolved] (CB-3562) Wrong splash screen ratio for landscape-only applications

     [ https://issues.apache.org/jira/browse/CB-3562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shazron Abdullah resolved CB-3562.
----------------------------------

    Resolution: Not A Problem

iPhone apps do not support landscape splash screens, per the Human Interface Guidelines. Also, Apple's default splash screen naming convention has no accommodation for landscape splash screens for the iPhone format, only iPad.

http://stackoverflow.com/questions/11431076/landscape-splash-screen-for-iphone-apps

We support:
http://docs.phonegap.com/en/2.8.0/cordova_splashscreen_splashscreen.md.html#Splashscreen
                
> Wrong splash screen ratio for landscape-only applications
> ---------------------------------------------------------
>
>                 Key: CB-3562
>                 URL: https://issues.apache.org/jira/browse/CB-3562
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS, Plugin SplashScreen
>    Affects Versions: 2.6.0, 2.7.0
>            Reporter: Michael Hanselmann
>            Assignee: James Jong
>             Fix For: 2.9.0
>
>
> CDVSplashScreen.m shows the splash image with a wrong ratio for landscape-only applications on iPhone/iPod touch devices. I fixed it locally by applying a 90° transformation (“CGAffineTransformMakeRotation(M_PI / 2)”) to the image view.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira