blockNetworkImage property
getter/setter pair
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 WebView (Official API - WebSettings.setBlockNetworkImage)
Implementation
bool? blockNetworkImage;