I\'m trying to display an image in a WebView in an Android app. The image exists in the assets folder of my Android project. The HTML is programmatically built and has this
webView.loadDataWithBaseURL("file:///android_asset/", sourse, "text/html", "UTF-8", null);