WebView Class

Definition

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

public static class WebView
type WebView = class
Inheritance
WebView

Fields

DisplayZoomControlsProperty
EnableZoomControlsProperty
MixedContentModeProperty

Backing store for the attached property that controls the loading behavior for content that is a mix of secure and insecure content.

Methods

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

Returns the mixed content mode for the web view.

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)
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