You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Ned Stuart (JIRA)" <ji...@apache.org> on 2014/02/15 05:07:19 UTC

[jira] [Comment Edited] (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:comment-tabpanel&focusedCommentId=13902314#comment-13902314 ] 

Ned Stuart edited comment on CB-3562 at 2/15/14 4:06 AM:
---------------------------------------------------------

I am observing the same conditions running iOS 7.0. 

To reproduce:
 - *Create Hello world app using cmd*
{code}
phonegap create hello_world
{code}

 - *Send to build.phonegap.com*. Zip the www directory and upload.

 - *Attach apple keys*

 - *Run*

There are several bugs that I have found where the dev team has had trouble reproducing that are clearly visible on the sample application. I am not sure if this is due to discrepancies between the methods build.phonegap.com is using and one available through traditional compiling methods.



was (Author: ns47731):
I am observing the same conditions running iOS 7.0. 

To reproduce:
 - *Create Hello world app using cmd*
{code}
phonegap create hello_world
{code}

 - *Send to build.phonegap.com*. Zip the www directory and upload.

 - *Attach apple keys*

 - *Run*

There are several bugs that I have found where the dev team has had trouble reproducing that are clearly visible on the sample application. I am not sure if this is due to discrepancies between the version build.phonegap.com is using and one available through traditional compiling methods.


> 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, 2.9.0
>            Reporter: Michael Hanselmann
>            Assignee: Shazron Abdullah
>             Fix For: 3.4.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 was sent by Atlassian JIRA
(v6.1.5#6160)