7 references to GetNativeUrl
Microsoft.Maui.Essentials (7)
Launcher\Launcher.ios.tvos.cs (3)
15 Task.FromResult(UIApplication.SharedApplication.CanOpenUrl(WebUtils.GetNativeUrl(uri))); 18 PlatformOpenAsync(WebUtils.GetNativeUrl(uri)); 25 var nativeUrl = WebUtils.GetNativeUrl(uri);
WebAuthenticator\WebAuthenticator.ios.tvos.cs (4)
81 was = new ASWebAuthenticationSession(WebUtils.GetNativeUrl(url), callback, AuthSessionCallback); 87 was = new ASWebAuthenticationSession(WebUtils.GetNativeUrl(url), scheme, AuthSessionCallback); 116 sf = new SFAuthenticationSession(WebUtils.GetNativeUrl(url), scheme, AuthSessionCallback); 126 var controller = new SFSafariViewController(WebUtils.GetNativeUrl(url), false)