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

Yaniv De Ridder commented on CB-2281:
-------------------------------------

Ok so the feature works fine. 
It is actually a problem with the splash-screen assets.
 
If you set the 'Status Bar' visibility to true during application launch, then 
you need to provide splash assets with the following spec: 
- For portrait:
768 x 1004 pixels
1536 x 2008 pixels (high resolution)
- For landscape:
1024 x 748 pixels
2048 x 1496 pixels (high resolution)

If you set the 'Status Bar' visibility to false, then 
- For portrait:
768 x 1024 pixels
1536 x 2048 pixels (high resolution)
- For landscape:
1024 x 768 pixels
2048 x 1536 pixels (high resolution)

More details here: 
http://developer.apple.com/library/ios/#documentation/userexperience/conceptual/mobilehig/IconsImages/IconsImages.html


                
> Cordova splash-screen enhancement with smooth iOS-like rotation on 
> re-orientation
> ---------------------------------------------------------------------------------
>
>                 Key: CB-2281
>                 URL: https://issues.apache.org/jira/browse/CB-2281
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: iOS
>    Affects Versions: 2.3.0
>         Environment: all iOS devices.
>            Reporter: Yaniv De Ridder
>            Assignee: Shazron Abdullah
>              Labels: splashscreen
>             Fix For: 2.4.0
>
>
> Nice and smooth rotation transition while the splash is still visible and 
> reorienting the device. Before it was abruptly switching the image when the 
> orientation changed which was not very iOS-like. I basically re-wrote the 
> entire routine which to me looks simpler and 'just works'.
> https://github.com/yderidde/cordova-ios/commit/8e0069d2fb689d11eed7d1e3b6b62a0a2b9c6b30

--
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

Reply via email to