supportZoom property
Set to false
if the WebView should not support zooming using its on-screen zoom controls and gestures. The default value is true
.
Officially Supported Platforms/Implementations:
- Android native WebView (Official API - WebSettings.setSupportZoom)
- iOS
- MacOS
- Windows (Official API - ICoreWebView2Settings.put_IsZoomControlEnabled)
Implementation
bool? supportZoom;