Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 102F318670 for ; Wed, 15 Jul 2015 13:59:05 +0000 (UTC) Received: (qmail 15935 invoked by uid 500); 15 Jul 2015 13:59:05 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 15913 invoked by uid 500); 15 Jul 2015 13:59:05 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 15897 invoked by uid 99); 15 Jul 2015 13:59:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jul 2015 13:59:04 +0000 Date: Wed, 15 Jul 2015 13:59:04 +0000 (UTC) From: "Hetal (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-9240) Cordova splash screen plugin iPad landscape mode issue MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-9240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14628081#comment-14628081 ] Hetal commented on CB-9240: --------------------------- Hi Scott, This is what my info.plist entries look like: UISupportedInterfaceOrientations UIInterfaceOrientationPortrait UISupportedInterfaceOrientations~ipad UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeRight UILaunchImages UILaunchImageMinimumOSVersion 8.0 UILaunchImageName Default UILaunchImageOrientation Portrait UILaunchImageSize {320, 480} UILaunchImageMinimumOSVersion 8.0 UILaunchImageName Default UILaunchImageOrientation Landscape UILaunchImageSize {320, 480} UILaunchImageMinimumOSVersion 8.0 UILaunchImageName Default-568h UILaunchImageOrientation Portrait UILaunchImageSize {320, 568} UILaunchImageMinimumOSVersion 8.0 UILaunchImageName Default-568h UILaunchImageOrientation Landscape UILaunchImageSize {320, 568} UILaunchImageMinimumOSVersion 8.0 UILaunchImageName Default-667h UILaunchImageOrientation Portrait UILaunchImageSize {375, 667} UILaunchImageMinimumOSVersion 8.0 UILaunchImageName Default-667h UILaunchImageOrientation Landscape UILaunchImageSize {375, 667} UILaunchImageMinimumOSVersion 8.0 UILaunchImageName Default-736h UILaunchImageOrientation Portrait UILaunchImageSize {414, 736} UILaunchImageMinimumOSVersion 8.0 UILaunchImageName Default-Landscape-736h UILaunchImageOrientation Landscape UILaunchImageSize {414, 736} UILaunchImageMinimumOSVersion 8.0 UILaunchImageName Default-Portrait UILaunchImageOrientation Portrait UILaunchImageSize {768, 1024} UILaunchImageMinimumOSVersion 8.0 UILaunchImageName Default-Landscape UILaunchImageOrientation Landscape UILaunchImageSize {768, 1024} > 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: > > > 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-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org