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

Scott Shannon edited comment on CB-9240 at 7/15/15 2:39 AM:
------------------------------------------------------------

Can you show me what you have in your Info.plist file for launch images? We are 
using the old naming convention and plist entries, we are not using 
storyboards, we are not using a Launch Screen file either. Here is what I use 
in the plist for orientations and launch image selection:

        <key>UISupportedInterfaceOrientations~ipad</key>
        <array>
                <string>UIInterfaceOrientationPortrait</string>
                <string>UIInterfaceOrientationPortraitUpsideDown</string>
                <string>UIInterfaceOrientationLandscapeLeft</string>
                <string>UIInterfaceOrientationLandscapeRight</string>
        </array>
        <key>UISupportedInterfaceOrientations~iphone</key>
        <array>
                <string>UIInterfaceOrientationPortrait</string>
                <string>UIInterfaceOrientationPortraitUpsideDown</string>
                <string>UIInterfaceOrientationLandscapeLeft</string>
                <string>UIInterfaceOrientationLandscapeRight</string>
        </array>
        <key>UILaunchImageFile</key>
        <string>iPhoneLaunchImage</string>
        <key>UILaunchImageFile~ipad</key>
        <string>iPadLaunchImage</string>
        <key>UILaunchImageFile~iphone</key>
        <string>iPhoneLaunchImage</string>

iOS 8 introduced new profiles for device type and orientation selection, but 
I'm not using them. It works fine in 8.3 and 8.4, but I'm thinking that 8.1 and 
8.2 required it. I'm trying different configs. 

https://bugzilla.xamarin.com/show_bug.cgi?id=26260



was (Author: [email protected]):
Can you show me what you have in your Info.plist file for launch images? We are 
using the old naming convention and plist entries, we are not using 
storyboards, we are not using a Launch Screen file either. Here is what I use 
in the plist for orientations and launch image selection:

        <key>UISupportedInterfaceOrientations~ipad</key>
        <array>
                <string>UIInterfaceOrientationPortrait</string>
                <string>UIInterfaceOrientationPortraitUpsideDown</string>
                <string>UIInterfaceOrientationLandscapeLeft</string>
                <string>UIInterfaceOrientationLandscapeRight</string>
        </array>
        <key>UISupportedInterfaceOrientations~iphone</key>
        <array>
                <string>UIInterfaceOrientationPortrait</string>
                <string>UIInterfaceOrientationPortraitUpsideDown</string>
                <string>UIInterfaceOrientationLandscapeLeft</string>
                <string>UIInterfaceOrientationLandscapeRight</string>
        </array>
        <key>UILaunchImageFile</key>
        <string>iPhoneLaunchImage</string>
        <key>UILaunchImageFile~ipad</key>
        <string>iPadLaunchImage</string>
        <key>UILaunchImageFile~iphone</key>
        <string>iPhoneLaunchImage</string>

iOS 8 introduced new profiles for device type and orientation selection, but 
I'm not using them. It works fine in 8.3 and 8.4, but I'm thinking that 8.1 and 
8.2 required it. I'm trying different configs. 

> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to