supportZoom property
getter/setter pair
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 WebView (Official API - WebSettings.setSupportZoom)
- iOS WKWebView
- macOS WKWebView
- Windows WebView2 (Official API - ICoreWebView2Settings.put_IsZoomControlEnabled)
Implementation
bool? supportZoom;