WebAuthenticationBroker生成的webview不包含关闭/返回按钮

时间:2016-01-14 08:33:19

标签: wpf windows uwp

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

 WebAuthenticationResult webAuthenticationResult = await WebAuthenticationBroker.AuthenticateAsync(WebAuthenticationOptions.None,  new Uri(url),  new Uri(redirectUrl));

我可能做错了什么?enter image description here

0 个答案:

没有答案