Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Gets whether the zoom mechanisms built into WebView are being used.
Set method documentation [Android Documentation]
Sets whether the WebView should use its built-in zoom mechanisms. The
built-in zoom mechanisms comprise on-screen zoom controls, which are
displayed over the WebView's content, and the use of a pinch gesture to
control zooming. Whether or not these on-screen controls are displayed
can be set with WebSettings.DisplayZoomControls. The default is false.
The built-in mechanisms are the only currently supported zoom
mechanisms, so it is recommended that this setting is always enabled.