Android.Webkit.WebSettings.UseWideViewPort Property
Gets whether the WebView supports the "viewport" HTML meta tag or will use a wide viewport.

Syntax

[get: Android.Runtime.Register("getUseWideViewPort", "()Z", "GetGetUseWideViewPortHandler")]
[set: Android.Runtime.Register("setUseWideViewPort", "(Z)V", "GetSetUseWideViewPort_ZHandler")]
public virtual bool UseWideViewPort { get; set; }

See Also

WebSettings.UseWideViewPort

Value

Documentation for this section has not yet been entered.

Remarks

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.

Requirements

Namespace: Android.Webkit
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1