我一直在使用WebAuthenticationBroker连接到外部API(Onedrive和Google驱动器);然后将我的应用程序移植到UWP后。平板电脑模式下显示的webView显示时没有后退或取消按钮。 (在手机和桌面模式下相同的webView看起来很好)硬件后退按钮似乎也无法正常工作而且陷入了困境!
WebAuthenticationResult webAuthenticationResult = await WebAuthenticationBroker.AuthenticateAsync(WebAuthenticationOptions.None, new Uri(url), new Uri(redirectUrl));