loadWithOverviewMode property

bool loadWithOverviewMode
getter/setter pair

Sets whether the WebView loads pages in overview mode, that is, zooms out the content to fit on screen by width. This setting is taken into account when the content width is greater than the width of the WebView control, for example, when useWideViewPort is enabled. The default value is false.

Implementation

bool loadWithOverviewMode;