如何强制的WebView跳过图像?跳过、图像、WebView

由网友(甜甜的思念丶)分享简介:有人能指点我如何调补的Andr​​oid的WebView跳过图像从远程服务器(无图像占位符)Can someone advice me how to tune up Android WebView to skip images from remote server (without image placeholder...

有人能指点我如何调补的Andr​​oid的WebView跳过图像从远程服务器(无图像占位符)

Can someone advice me how to tune up Android WebView to skip images from remote server (without image placeholders)

推荐答案

请尝试使用:

webView.getSettings().setLoadsImagesAutomatically(false);
阅读全文

相关推荐

最新文章