webview loaddata in android does not load a picture from img src
Posted
by Sephy
on Stack Overflow
See other posts from Stack Overflow
or by Sephy
Published on 2010-05-25T15:52:17Z
Indexed on
2010/05/25
16:01 UTC
Read the original article
Hit count: 982
I use loadData method to load some html content into a webview, but when it encounters something like this :
<a href="http://www.anywebsite.fr/">some text</a><img src="http://www.anotherwebsite.fr/thewantedpicture" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
I only get this in the application :
some text
And if I'm not mistaken, this should also display the picture ?
If someone has any lead, thanks...
© Stack Overflow or respective owner