Brion Vibber created CB-1482: -------------------------------- Summary: 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
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-5...@2x.png'), I notice that on startup there's a brief flash of the 3.5"-size image ('defa...@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