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

Nikhil Khandelwal resolved CB-8988.
-----------------------------------
    Resolution: Fixed

This issue has been resolved.

> [splashscreen] iOS splash screen rotation incorrectly scales image
> ------------------------------------------------------------------
>
>                 Key: CB-8988
>                 URL: https://issues.apache.org/jira/browse/CB-8988
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin SplashScreen
>         Environment: iOS
>            Reporter: Dan Polivy
>
> On iOS devices, if rotation occurs while the splash screen is visible, it 
> ends up horribly/incorrectly scaling the existing image, instead of loading 
> the correctly oriented image.
> This happens on both iPad and iPhone -- although technically iPhone should 
> not allow rotation at all. (I see there is another issue tracking that for 
> iPhone.)
> From debugging, the issue appears to be that the interfaceOrientation of the 
> viewController has not been updated at the time that the frame/bounds changes 
> are observed by the plugin. Thus, even though the frame/bounds change, the 
> correct image for the new orientation is never loaded.
> I will provide a PR with an alternate fix shortly. I found it worked better 
> to use [[UIApplication sharedApplication] statusBarOrientation] to determine 
> orientation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to