loadWithOverviewMode property
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
.
Officially Supported Platforms/Implementations:
- Android native WebView (Official API - WebSettings.setLoadWithOverviewMode)
Implementation
bool? loadWithOverviewMode;