I would like to set some html content in my webview with some pictures. I\'ve read on the internet i must use loadDataWithBaseUrl to do such a thing because i need to link the f
You have a syntax error in your loading statement. You have to put : after file
:
file
myWebView.loadDataWithBaseURL("file:///mnt/sdcard/com.mypackage.myproject/3", myHtml, "text/html", "utf-8", "");