Ejemplo n.º 1
0
 void OnAllowMixedContentClicked(object sender, EventArgs e)
 {
     MauiWebView.On <Microsoft.Maui.Controls.PlatformConfiguration.Android>().SetMixedContentMode(MixedContentHandling.AlwaysAllow);
 }
Ejemplo n.º 2
0
 void OnEnableZoomControlsClicked(object sender, EventArgs e)
 {
     MauiWebView.On <Microsoft.Maui.Controls.PlatformConfiguration.Android>().EnableZoomControls(true);
 }