Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 03112DEA9 for ; Mon, 17 Sep 2012 23:27:08 +0000 (UTC) Received: (qmail 76232 invoked by uid 500); 17 Sep 2012 23:27:07 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 76208 invoked by uid 500); 17 Sep 2012 23:27:07 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 76198 invoked by uid 99); 17 Sep 2012 23:27:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Sep 2012 23:27:07 +0000 Date: Tue, 18 Sep 2012 10:27:07 +1100 (NCT) From: "Brion Vibber (JIRA)" To: callback-dev@incubator.apache.org Message-ID: <1947798403.90319.1347924427789.JavaMail.jiratomcat@arcas> In-Reply-To: <2044038094.88943.1347907388087.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (CB-1482) On iPhone 5 (iOS 6 w/ 4" screen), wrong-sized splash screen flashes before application start 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-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457468#comment-13457468 ] Brion Vibber commented on CB-1482: ---------------------------------- Here's a pull request: https://github.com/apache/incubator-cordova-ios/pull/50 * adds a 4" Retina display default splash screen image * loads the correct splash screen image Works for me in test projects on the iOS 6 simulator with XCode 4.5 GM seed. > On iPhone 5 (iOS 6 w/ 4" screen), wrong-sized splash screen flashes before application start > -------------------------------------------------------------------------------------------- > > Key: CB-1482 > URL: https://issues.apache.org/jira/browse/CB-1482 > Project: Apache Cordova > Issue Type: Bug > Components: iOS > Affects Versions: 2.0.0 > Environment: Testing with XCode 4.5 / iOS 6 GM seed, simulator set to iPhone with 4" Retina display (upcoming iPhone 5 / iPod touch) > Reporter: Brion Vibber > Assignee: Shazron Abdullah > Priority: Minor > Labels: iOS6, splashscreen > Attachments: screenshot-1.jpg > > > There's a new class of iOS devices coming, starting with the iPhone 5 and it's iPod touch bretheren with a new 4" screen size. When updating a project to include a taller splash screen image for compatibility with the new size ('Default-568h@2x.png'), I notice that on startup there's a brief flash of the 3.5"-size image ('Default@2x.png') before the application initializes. > It looks like Cordova is reshowing the splash screen itself during Cordova initialization, and is selecting the wrong one in this case... > In CDVViewController showSplashScreen it looks like it just loads the "Default" image if not on an iPad; needs to be updated to check the screen height and load 'Default-568h' if appropriate. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira