我有WebView與圖像,一切正常,但如果我禁用網絡連接。用圖像打開我的webview,我會得到一個非常不像的圖像。我如何用自定義圖像替換默認的「無圖像」?有人想法?如何在webview中替換默認圖像?
我使用loadData和緩存文件。
> String customHtml = "<html><body><h1>Hello,</h1>" +
> "<img src=\"http://somesite.com/image.jpg\">" +
> "</body></html>";
> webView = (WebView) findViewById(R.id.MyWebView);
> webView.loadData(customHtml, "text/html; charset=utf-8", "UTF-8");
ps。對不起,我的英語不好。
njzk2,謝謝你,是完全一樣。我已經發現並找到了這個解決方案。 – user3241500 2014-10-08 08:45:06