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

        

Reply via email to