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 20:39:40 UTC

[jira] [Created] (CB-37) Splash screen image displays visible border / "moves up"

Splash screen image displays visible border / "moves up"
--------------------------------------------------------

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


reported at: https://github.com/callback/callback-ios/issues/6

Problem: 
When starting the app, the loading screen moves up a little. When it moves up you can see at the bottom a few pixels with the HTML page in the background as its loading its content.

Solution: 
One line fix (PhoneGap group post http://groups.google.com/group/phonegap/browse_thread/thread/5b7dadccb4c90573/8c6711314f46dda8#9):

"add the following line in PhoneGapDelegate.m before line 188 (where it sets imageView.tag = 1): 
imageView.frame = [[UIScreen mainScreen] applicationFrame];"

Already mentioned in an outdated pull request https://github.com/phonegap/phonegap-iphone/pull/22, but never pulled in because needs to be re-based.

--
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-37) Splash screen image displays visible border / "moves up"

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

Shazron Abdullah commented on CB-37:
------------------------------------

I don't see the problem with the iPhone retina/non-retina - the splash sizes are correct - and I just re-tested it.
However, the iPad splash size needs to be 768x1024 because of the way we are handling the different orientations during startup (rotating it).
                
> Splash screen image displays visible border / "moves up"
> --------------------------------------------------------
>
>                 Key: CB-37
>                 URL: https://issues.apache.org/jira/browse/CB-37
>             Project: Apache Callback
>          Issue Type: Bug
>          Components: iOS
>            Reporter: Shazron Abdullah
>
> reported at: https://github.com/callback/callback-ios/issues/6
> Problem: 
> When starting the app, the loading screen moves up a little. When it moves up you can see at the bottom a few pixels with the HTML page in the background as its loading its content.
> Solution: 
> One line fix (PhoneGap group post http://groups.google.com/group/phonegap/browse_thread/thread/5b7dadccb4c90573/8c6711314f46dda8#9):
> "add the following line in PhoneGapDelegate.m before line 188 (where it sets imageView.tag = 1): 
> imageView.frame = [[UIScreen mainScreen] applicationFrame];"
> Already mentioned in an outdated pull request https://github.com/phonegap/phonegap-iphone/pull/22, but never pulled in because needs to be re-based.

--
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-37) Splash screen image displays visible border / "moves up"

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

Shazron Abdullah commented on CB-37:
------------------------------------

What is the size of your loading screen in pixels and is it on the iPad?
                
> Splash screen image displays visible border / "moves up"
> --------------------------------------------------------
>
>                 Key: CB-37
>                 URL: https://issues.apache.org/jira/browse/CB-37
>             Project: Apache Callback
>          Issue Type: Bug
>          Components: iOS
>            Reporter: Shazron Abdullah
>
> reported at: https://github.com/callback/callback-ios/issues/6
> Problem: 
> When starting the app, the loading screen moves up a little. When it moves up you can see at the bottom a few pixels with the HTML page in the background as its loading its content.
> Solution: 
> One line fix (PhoneGap group post http://groups.google.com/group/phonegap/browse_thread/thread/5b7dadccb4c90573/8c6711314f46dda8#9):
> "add the following line in PhoneGapDelegate.m before line 188 (where it sets imageView.tag = 1): 
> imageView.frame = [[UIScreen mainScreen] applicationFrame];"
> Already mentioned in an outdated pull request https://github.com/phonegap/phonegap-iphone/pull/22, but never pulled in because needs to be re-based.

--
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-37) Splash screen image displays visible border / "moves up"

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

Shazron Abdullah resolved CB-37.
--------------------------------

    Resolution: Cannot Reproduce
    
> Splash screen image displays visible border / "moves up"
> --------------------------------------------------------
>
>                 Key: CB-37
>                 URL: https://issues.apache.org/jira/browse/CB-37
>             Project: Apache Callback
>          Issue Type: Bug
>          Components: iOS
>            Reporter: Shazron Abdullah
>
> reported at: https://github.com/callback/callback-ios/issues/6
> Problem: 
> When starting the app, the loading screen moves up a little. When it moves up you can see at the bottom a few pixels with the HTML page in the background as its loading its content.
> Solution: 
> One line fix (PhoneGap group post http://groups.google.com/group/phonegap/browse_thread/thread/5b7dadccb4c90573/8c6711314f46dda8#9):
> "add the following line in PhoneGapDelegate.m before line 188 (where it sets imageView.tag = 1): 
> imageView.frame = [[UIScreen mainScreen] applicationFrame];"
> Already mentioned in an outdated pull request https://github.com/phonegap/phonegap-iphone/pull/22, but never pulled in because needs to be re-based.

--
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-37) Splash screen image displays visible border / "moves up"

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

Shazron Abdullah commented on CB-37:
------------------------------------

>From https://github.com/michael75:

Appears on both iPad & iPhone - with a loading screen of 
- iPhone: 320 × 480 - Default.png / 640 × 960 - Default@2x.png
- iPad: 768 × 1004 - Default~iPad.png

It's not an universal app, but a dedicated app each, with PhoneGap 1.0.0
                
> Splash screen image displays visible border / "moves up"
> --------------------------------------------------------
>
>                 Key: CB-37
>                 URL: https://issues.apache.org/jira/browse/CB-37
>             Project: Apache Callback
>          Issue Type: Bug
>          Components: iOS
>            Reporter: Shazron Abdullah
>
> reported at: https://github.com/callback/callback-ios/issues/6
> Problem: 
> When starting the app, the loading screen moves up a little. When it moves up you can see at the bottom a few pixels with the HTML page in the background as its loading its content.
> Solution: 
> One line fix (PhoneGap group post http://groups.google.com/group/phonegap/browse_thread/thread/5b7dadccb4c90573/8c6711314f46dda8#9):
> "add the following line in PhoneGapDelegate.m before line 188 (where it sets imageView.tag = 1): 
> imageView.frame = [[UIScreen mainScreen] applicationFrame];"
> Already mentioned in an outdated pull request https://github.com/phonegap/phonegap-iphone/pull/22, but never pulled in because needs to be re-based.

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