Webview duplicate HTML problem
- by oriharel
Hi all,
I load a url over the web containing images (their source is another
url).
when then view loads the html, it loads it without the images. after
few milliseconds, the images come along but then the html is redrawn,
and it does so over the previous html, causing it the web view to hold
2 htmls one over the other (very ugly result).
anyone knows why does that happen? how can I avoid that?
thanks,
Ori