I am looking for ways to speed up WebView loading and I came across WebSettings.setBlockNetworkLoads() which is described very briefly in the documentation:
Tell the WebView to block all network load requests.
But it's unclear to me what "all network load requests" mean.
Does it block loading images, like setBlockNetworkImage() does?
Does it block other things? (if so, what does it block?)