blockNetworkImage property
Sets whether the WebView should not load image resources from the network (resources accessed via http and https URI schemes). The default value is false
.
Officially Supported Platforms/Implementations:
- Android native WebView (Official API - WebSettings.setBlockNetworkImage)
Implementation
bool? blockNetworkImage;