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?