mihaly-bence16
Results
1
comments of
mihaly-bence16
> ```cs > Microsoft.Maui.Handlers.WebViewHandler.ModifyMapping(nameof(WebViewClient), (handler, view) => > { > handler.PlatformView.SetWebViewClient(new CustomWebClient()); > }); > ``` @rmarinho please correct me, but WebViewHandler does not contain such method (or extension). On...