you can do this if the images in the source use relative locations for src, then you need to set baseUrl to the "base" where the images will be located. for example, if you downloaded the google homepage from a source, it would look like this:
View.loadDataWithBaseURI("http://google.com",source,"text/html","UTF-8","about:blank");
This indicates the web browser where images will be downloaded.
As a side note, I donβt think that URIs βfile: //β work in a web view for security reasons.
Ryan conrad
source share