What I mean is on the iPhone when I call something like:
- Code: Select all
navController.gotoPage("pageName.html?something=something");
The page comes in white, then displays the html on the page, is there a way to have it not flash to white (as it does on the stimulator)? Also when first loading my app (after Default.png is removed) the screen stays white for a fair amount of time, can this also be eliminated?
Basically there is a lot of annoying white on the screen, between pages and I would like it to not be there.

