You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Shazron Abdullah (Created) (JIRA)" <ji...@apache.org> on 2011/11/28 23:57:39 UTC

[jira] [Created] (CB-60) Splash screen issue on iPad with iOS 3.2

Splash screen issue on iPad with iOS 3.2
----------------------------------------

                 Key: CB-60
                 URL: https://issues.apache.org/jira/browse/CB-60
             Project: Apache Callback
          Issue Type: Improvement
          Components: iOS
            Reporter: Shazron Abdullah


reported at: https://github.com/phonegap/phonegap-iphone/issues/218
by: https://github.com/ghowen

I could only reproduce this in the simulator since my devices are all on current iOS:

When lauching my universal binary app with latest PhoneGap on an iPad with iOS 4.0 and greater everything works as expected. When I run it on iOS 3.2 in the iPad simulator the following happens:

1. Launch of the app in portrait mode:
- First a zoomed in version of the iPhone non retina portrait splash screen is shown, then it jumps to the correct iPad splash screen.

2. Launch of the app in landscape mode:
- First the zoomed in iPhone non retina portrait splash screen is shown, then the correct iPad landscape splash screen appears.

Actually this might be an issue with iOS but i thought I'd report it anyways.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CB-60) Splash screen issue on iPad with iOS 3.2

Posted by "Shazron Abdullah (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CB-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shazron Abdullah updated CB-60:
-------------------------------

    Priority: Minor  (was: Major)
    
> Splash screen issue on iPad with iOS 3.2
> ----------------------------------------
>
>                 Key: CB-60
>                 URL: https://issues.apache.org/jira/browse/CB-60
>             Project: Apache Callback
>          Issue Type: Improvement
>          Components: iOS
>            Reporter: Shazron Abdullah
>            Priority: Minor
>
> reported at: https://github.com/phonegap/phonegap-iphone/issues/218
> by: https://github.com/ghowen
> I could only reproduce this in the simulator since my devices are all on current iOS:
> When lauching my universal binary app with latest PhoneGap on an iPad with iOS 4.0 and greater everything works as expected. When I run it on iOS 3.2 in the iPad simulator the following happens:
> 1. Launch of the app in portrait mode:
> - First a zoomed in version of the iPhone non retina portrait splash screen is shown, then it jumps to the correct iPad splash screen.
> 2. Launch of the app in landscape mode:
> - First the zoomed in iPhone non retina portrait splash screen is shown, then the correct iPad landscape splash screen appears.
> Actually this might be an issue with iOS but i thought I'd report it anyways.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CB-60) Splash screen issue on iPad with iOS 3.2

Posted by "Shazron Abdullah (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13158902#comment-13158902 ] 

Shazron Abdullah commented on CB-60:
------------------------------------

Related: #211, #294

>From http://developer.apple.com/library/ios/#documentation/iphone/conceptual/iphoneosprogrammingguide/BuildTimeConfiguration/BuildTimeConfiguration.html#//apple_ref/doc/uid/TP40007072-CH7-SW12 :

Because device modifiers are not supported in iOS 3.2, the minimal set of launch images needed for a universal application (running in iOS 3.2 and later) would need to be named Default.png and Default~iphone.png. In that case, the Default.png file would contain the iPad launch image (for all orientations) and the Default~iphone.png file would contain the iPhone version of the image. (To support high-resolution displays, you would also need to include a Default@2x~iphone.png launch image.)

The fix would be to do what it suggests in Apple's Docs for 3.2.

Needless to say, I can't test any fix on this (since I am on Lion which does not have a 3.x SDK, and I don't have a 3.2 device) - if anyone is willing to take a stab at it and has 3.2, go for it - don't forget to test on all orientations for 4.x and 5.x and also on universal, iPad only, and iPhone only (lots of testing permutations!)

Postponing for 'future', fix will not be in 1.1
                
> Splash screen issue on iPad with iOS 3.2
> ----------------------------------------
>
>                 Key: CB-60
>                 URL: https://issues.apache.org/jira/browse/CB-60
>             Project: Apache Callback
>          Issue Type: Improvement
>          Components: iOS
>            Reporter: Shazron Abdullah
>
> reported at: https://github.com/phonegap/phonegap-iphone/issues/218
> by: https://github.com/ghowen
> I could only reproduce this in the simulator since my devices are all on current iOS:
> When lauching my universal binary app with latest PhoneGap on an iPad with iOS 4.0 and greater everything works as expected. When I run it on iOS 3.2 in the iPad simulator the following happens:
> 1. Launch of the app in portrait mode:
> - First a zoomed in version of the iPhone non retina portrait splash screen is shown, then it jumps to the correct iPad splash screen.
> 2. Launch of the app in landscape mode:
> - First the zoomed in iPhone non retina portrait splash screen is shown, then the correct iPad landscape splash screen appears.
> Actually this might be an issue with iOS but i thought I'd report it anyways.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CB-60) Splash screen issue on iPad with iOS 3.2

Posted by "Shazron Abdullah (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CB-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shazron Abdullah resolved CB-60.
--------------------------------

    Resolution: Won't Fix
    
> Splash screen issue on iPad with iOS 3.2
> ----------------------------------------
>
>                 Key: CB-60
>                 URL: https://issues.apache.org/jira/browse/CB-60
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: iOS
>            Reporter: Shazron Abdullah
>            Priority: Minor
>
> reported at: https://github.com/phonegap/phonegap-iphone/issues/218
> by: https://github.com/ghowen
> I could only reproduce this in the simulator since my devices are all on current iOS:
> When lauching my universal binary app with latest PhoneGap on an iPad with iOS 4.0 and greater everything works as expected. When I run it on iOS 3.2 in the iPad simulator the following happens:
> 1. Launch of the app in portrait mode:
> - First a zoomed in version of the iPhone non retina portrait splash screen is shown, then it jumps to the correct iPad splash screen.
> 2. Launch of the app in landscape mode:
> - First the zoomed in iPhone non retina portrait splash screen is shown, then the correct iPad landscape splash screen appears.
> Actually this might be an issue with iOS but i thought I'd report it anyways.

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