We’re building an iPhone app by basically wrapping a web site inside a UIWebView. We’re not using PhoneGap, just a UIWebView to load a mobile app built with jQuery and jQuery Mobile.
If we show more than two images at once, the web page flashes white for a second. If we limit the number of loaded images to two, there is no flash, and the page loads normally.
Does UIWebView have trouble rendering more than X MB in images?
Any clues why?
No clue why this worked, but capping the page height at 460px (iPhone app) eliminated the flash. Maybe some conflict with JQM and setting of the height?