[
https://issues.apache.org/jira/browse/CB-9240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14981163#comment-14981163
]
Jacob Weber commented on CB-9240:
---------------------------------
I am seeing the same issue — happens on 8.1 and 8.2, on real devices and
simulators, with the iPad Retina, using a LaunchImage asset catalog. I'm seeing
it with Cordova 3.8.0 and cordova-plugin-splashscreen 2.1.0; I didn't see it
with Cordova 3.6.3 and org.apache.cordova.splashscreen 0.3.3.
My config.xml contains:
{code}
<preference name="AutoHideSplashScreen" value="false" />
<preference name="FadeSplashScreen" value="false" />
<preference name="FadeSplashScreenDuration" value="0" />
<preference name="ShowSplashScreenSpinner" value="true" />
<feature name="SplashScreen">
<param name="ios-package" value="CDVSplashScreen" />
<param name="onload" value="true" />
</feature>
{code}
Please let me know if I can do anything else to help reproduce the issue...I
would really like to get a fix.
> 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]