1 instantiation of MauiWebViewUIDelegate
Microsoft.Maui (1)
Handlers\WebView\WebViewHandler.iOS.cs (1)
28 handler.PlatformView.UIDelegate = platformHandler._delegate ??= new MauiWebViewUIDelegate(handler);
1 reference to MauiWebViewUIDelegate
Microsoft.Maui (1)
Platform\iOS\MauiWebViewUIDelegate.cs (1)
122 var handler = (webView.UIDelegate as MauiWebViewUIDelegate)?.Handler;