problem in display image with loadDataWithBaseURL() in Android
Posted
by Addy
on Stack Overflow
See other posts from Stack Overflow
or by Addy
Published on 2010-04-14T11:49:22Z
Indexed on
2010/04/14
11:53 UTC
Read the original article
Hit count: 859
Hi.
In my Application, I display data in webview but it can't display the images in the webview.
I used loadDatawithBaseURL() method.
This is my code..
webview.loadDataWithBaseURL("file:///059600656X/", data, "text/html", "UTF-8", "about:blank");
// here data is a string object which contain html parsing data.
I think it cant find the images in given directory.
Can Anybody help me?
© Stack Overflow or respective owner