Share via


WebView Class

Definition

Controls the mixed content mode on web views on the Android platform.

public ref class WebView abstract sealed
public static class WebView
type WebView = class
Public Module WebView
Inheritance
WebView

Fields

DisplayZoomControlsProperty

Bindable property for DisplayZoomControls(IPlatformElementConfiguration<Android,WebView>, Boolean).

EnableZoomControlsProperty

Bindable property for EnableZoomControls(IPlatformElementConfiguration<Android,WebView>, Boolean).

JavaScriptEnabledProperty

Bindable property for controlling whether JavaScript is enabled in a Element.

MixedContentModeProperty

Bindable property for MixedContentMode(IPlatformElementConfiguration<Android,WebView>).

Methods

DisplayZoomControls(IPlatformElementConfiguration<Android,WebView>, Boolean)
EnableZoomControls(IPlatformElementConfiguration<Android,WebView>, Boolean)
GetDisplayZoomControls(WebView)
GetEnableZoomControls(WebView)
GetJavaScriptEnabled(WebView)

Gets the value of the JavaScriptEnabled property for the specified WebView.

GetMixedContentMode(BindableObject)

Returns the mixed content mode for the web view.

IsJavaScriptEnabled(IPlatformElementConfiguration<Android,WebView>)

Determines whether JavaScript is enabled for the specified Android platform configuration.

JavaScriptEnabled(IPlatformElementConfiguration<Android,WebView>, Boolean)

Sets whether JavaScript is enabled for the specified Android platform configuration.

MixedContentMode(IPlatformElementConfiguration<Android,WebView>)

Gets the mixed content loading behavior.

SetDisplayZoomControls(IPlatformElementConfiguration<Android,WebView>, Boolean)
SetDisplayZoomControls(WebView, Boolean)
SetEnableZoomControls(IPlatformElementConfiguration<Android,WebView>, Boolean)
SetEnableZoomControls(WebView, Boolean)
SetJavaScriptEnabled(IPlatformElementConfiguration<Android,WebView>, Boolean)

Sets whether JavaScript is enabled for the specified Android platform configuration and returns the configuration.

SetJavaScriptEnabled(WebView, Boolean)

Sets the value of the JavaScriptEnabled property for the specified WebView.

SetMixedContentMode(BindableObject, MixedContentHandling)

Sets the mixed content mode for the web view.

SetMixedContentMode(IPlatformElementConfiguration<Android,WebView>, MixedContentHandling)

Sets the mixed content mode for the web view.

ZoomControlsDisplayed(IPlatformElementConfiguration<Android,WebView>)
ZoomControlsEnabled(IPlatformElementConfiguration<Android,WebView>)

Applies to