2 references to HasCookiesToLoad
Microsoft.Maui (2)
Handlers\WebView\WebViewHandler.iOS.cs (1)
154 if (HasCookiesToLoad(url) && !(OperatingSystem.IsIOSVersionAtLeast(11) || OperatingSystem.IsTvOSVersionAtLeast(11)))
Platform\iOS\MauiWKWebView.cs (1)
116 if (handler.HasCookiesToLoad(safeFullUri.AbsoluteUri) &&