Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Gets whether the WebView supports the "viewport"
HTML meta tag or will use a wide viewport.
Set method documentation [Android Documentation]
Sets whether the WebView should enable support for the "viewport"
HTML meta tag or should use a wide viewport.
When the value of the setting is false, the layout width is always set to the
width of the WebView control in device-independent (CSS) pixels.
When the value is true and the page contains the viewport meta tag, the value
of the width specified in the tag is used. If the page does not contain the tag or
does not provide a width, then a wide viewport will be used.