WebSettings.SupportZoom Method

Definition

Gets whether the WebView supports zoom.

[Android.Runtime.Register("supportZoom", "()Z", "GetSupportZoomHandler")]
public abstract bool SupportZoom ();
[<Android.Runtime.Register("supportZoom", "()Z", "GetSupportZoomHandler")>]
abstract member SupportZoom : unit -> bool

Returns

true if the WebView supports zoom

Attributes

Remarks

Gets whether the WebView supports zoom.

Java documentation for android.webkit.WebSettings.supportZoom().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also