[
https://issues.apache.org/jira/browse/CB-3562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13897264#comment-13897264
]
ASF subversion and git services commented on CB-3562:
-----------------------------------------------------
Commit 75327c88e4463ef3e3507424e4bb411c4365b9ca in branch refs/heads/master
from [~hansmi]
[
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-splashscreen.git;h=75327c8
]
[CB-3562] Fix aspect ratio on landscape-only iPhone applications
The splash screen is shown with a faulty aspect ratio for landscape-only
applications on iPhone/iPod touch devices. This is fixed by applying
a 90° rotational transformation.
Signed-off-by: Michael Hanselmann <[email protected]>
> 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)