我有一些必须在 android webview 上显示的 html 内容。这是我在 webview 上显示内容的代码
myBrowser.loadDataWithBaseURL("", myFormHTMLContent , "text/html", "UTF-8", null);
我在 html 内容中有几个 img 标签。我如何为那些指定 src?我试过这个.. src =“/mnt/sdcard/myDir/test.gif”。但它没有加载该图像。请帮我。
我有一些必须在 android webview 上显示的 html 内容。这是我在 webview 上显示内容的代码
myBrowser.loadDataWithBaseURL("", myFormHTMLContent , "text/html", "UTF-8", null);
我在 html 内容中有几个 img 标签。我如何为那些指定 src?我试过这个.. src =“/mnt/sdcard/myDir/test.gif”。但它没有加载该图像。请帮我。