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

Jacob Weber commented on CB-9240:
---------------------------------

Played around with this a little, launching an app in landscape on an iPhone 6 
simulator.

Without the patch, on iOS 8.1 and iOS 8.4, the app launches in portrait mode, 
even though the device is in landscape. It's as if you had locked the 
orientation while the device was in portrait, then rotated the device to 
landscape.

With the patch (i.e. after commenting out the "load" method), the same behavior 
happens on iOS 8.1. But on iOS 8.4, the app rotates to landscape after the 
splash screen is hidden.

I'm not sure which one is the desired behavior.

> Cordova splash screen plugin iPad landscape mode issue
> ------------------------------------------------------
>
>                 Key: CB-9240
>                 URL: https://issues.apache.org/jira/browse/CB-9240
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin SplashScreen
>         Environment: iPad iOS 8
>            Reporter: Hetal
>              Labels: ios, landscape, plugin, splashscreen
>
> I am using the Cordova splash screen plugin 
> (https://github.com/apache/cordova-plugin-splashscreen) in my hybrid mobile 
> app targeted for iOS. I have all the splash screen images added to my 
> project. The reason for using this plugin is to elongate the time for which 
> the splash screen is shown and I manually hide it later in the app. So my 
> config.xml has the following declarations:
> <preference name="AutoHideSplashScreen" value="false" />
> <preference name="ShowSplashScreenSpinner" value="false"/>
> This plugin works fine in the portrait mode on iPhone and iPad. But on the 
> iPad in landscape mode, the plugin shows the splash image in portrait mode 
> and consequently my first app view also shows in the portrait mode even 
> though the device is in landscape mode. 
> The screenshots are available here: 
> http://stackoverflow.com/questions/31035650/cordova-splash-screen-plugin-ipad-landscape-mode-issue



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to