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

2023-09-06 03:25:03 作者:甜甜的思念丶

有人能指点我如何调补的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);