Пример #1
0
 void OnAllowMixedContentClicked(object sender, EventArgs e)
 {
     MauiWebView.On <Microsoft.Maui.Controls.PlatformConfiguration.Android>().SetMixedContentMode(MixedContentHandling.AlwaysAllow);
 }
Пример #2
0
 void OnEnableZoomControlsClicked(object sender, EventArgs e)
 {
     MauiWebView.On <Microsoft.Maui.Controls.PlatformConfiguration.Android>().EnableZoomControls(true);
 }