[android-developers] force WebView to wait for images

2010-04-23 Thread Jeff
When loading a page with WebView, images seem to appear one at a time as they are downloaded or loaded from the cache. This gives the user more of a browser type of experience instead of an app type of experience. Is there a way to make WebView wait until all images are ready on a page before

Re: [android-developers] force WebView to wait for images

2010-04-23 Thread Mark Murphy
Jeff wrote: When loading a page with WebView, images seem to appear one at a time as they are downloaded or loaded from the cache. This gives the user more of a browser type of experience instead of an app type of experience. Is there a way to make WebView wait until all images are ready on

Re: [android-developers] force WebView to wait for images

2010-04-23 Thread Jeff Thorn
Thanks Mark. Strange - I didn't get your response yesterday. I also didn't see the post ever appear on the discussion list. Thanks for answering it twice! On Fri, Apr 23, 2010 at 12:10 PM, Mark Murphy mmur...@commonsware.comwrote: Jeff wrote: When loading a page with WebView, images seem

Re: [android-developers] force WebView to wait for images

2010-04-23 Thread Mark Murphy
Jeff Thorn wrote: Thanks Mark. Strange - I didn't get your response yesterday. I also didn't see the post ever appear on the discussion list. Thanks for answering it twice! Yeah, I poked around looking for it too and came up empty. The ways of Google Groups are often mysterious... --