WebView Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Controls the mixed content mode on web views on the Android platform.
In this article
public static class WebView
type WebView = class
Inheritance
Fields
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