WebSettings.SupportMultipleWindows Method

Definition

Gets whether the WebView supports multiple windows.

[Android.Runtime.Register("supportMultipleWindows", "()Z", "GetSupportMultipleWindowsHandler")]
public abstract bool SupportMultipleWindows ();
[<Android.Runtime.Register("supportMultipleWindows", "()Z", "GetSupportMultipleWindowsHandler")>]
abstract member SupportMultipleWindows : unit -> bool

Returns

true if the WebView supports multiple windows

Attributes

Remarks

Gets whether the WebView supports multiple windows.

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

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