WebView.GetIsJavaScriptAlertEnabled(BindableObject) Method

Definition

Returns a Boolean value that tells whether the web view allows JavaScript alerts.

public static bool GetIsJavaScriptAlertEnabled (Xamarin.Forms.BindableObject element);
static member GetIsJavaScriptAlertEnabled : Xamarin.Forms.BindableObject -> bool

Parameters

element
BindableObject

The web view element whose JavaScript alert permissions to return.

Returns

System.Boolean

A Boolean value that tells whether the web view allows JavaScript alerts.

Applies to