11-02-2010 03:29 AM
When setting a backGround color as part of the loadingScreen on first launch, the background color gets carried over to pages that are do not fill up the entire height of the screen. I want the background to be just white after the loading screen.
How can I get around this issue?
Thanks!
11-13-2010 09:25 PM - last edited on 11-13-2010 09:25 PM
I still haven't been able to find a solution to this problem.
Does anyone have a clue how to resolve it? I'd imagine it's a pretty common problem for developers using a loadingScreen in their Widget application...
11-14-2010 08:01 AM
The loading screen background color should probably be better labeled as the application background color.
The easiest way to get around the issue is in the onload to do something like the following:
document.body.style.height = screen.height + 'px';
There are a bunch of useful tips and tricks in the following sticky post:
http://supportforums.blackberry.com/t5/Web-Develop