Can someone advice me how to tune up Android WebView to skip images from remote server (without image placeholders)
Try using :
webView.getSettings().setLoadsImagesAutomatically(false);
2.1m questions
2.1m answers
60 comments
57.0k users