loadsImagesAutomatically property
getter/setter pair
Sets whether the WebView should load image resources. Note that this method controls loading of all images, including those embedded using the data URI scheme.
Note that if the value of this setting is changed from false to true, all images resources referenced by content currently displayed by the WebView are loaded automatically.
The default value is true.
Officially Supported Platforms/Implementations:
- Android WebView (Official API - WebSettings.setLoadsImagesAutomatically)
- Linux WPE WebKit (Official API - WebKitSettings.auto-load-images)
Implementation
bool? loadsImagesAutomatically;