loadsImagesAutomatically property

bool loadsImagesAutomatically
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.

Implementation

bool loadsImagesAutomatically;