1 instantiation of MauiWKWebView
Microsoft.Maui (1)
Handlers\WebView\WebViewHandler.iOS.cs (1)
23 new MauiWKWebView(this);
4 references to MauiWKWebView
Microsoft.Maui (4)
Handlers\WebView\WebViewHandler.iOS.cs (1)
69 var url = ((MauiWKWebView)handler.PlatformView).CurrentUrl;
Platform\iOS\MauiWKWebView.cs (3)
138 handler.MauiContext?.CreateLogger<MauiWKWebView>()?.LogWarning($"Unable to Load Url {url}: {formatException}"); 145 handler.MauiContext?.CreateLogger<MauiWKWebView>()?.LogWarning($"Unable to Load Url {url}: {exc}"); 204 handler.MauiContext?.CreateLogger<MauiWKWebView>()?.LogWarning($"Could not load {url} as local file: {ex}");