【发布时间】:2016-01-20 09:07:54
【问题描述】:
假设我以全屏模式打开了 html5 视频(之后 WebView 引发 ContainsFullScreenElementChanged 并且 ContainsFullScreenElement 现在是真的)。如何以编程方式退出它?
我正在连接SystemNavigationManager.GetForCurrentView().BackRequested,如果它存在,我想退出全屏模式,如果不存在,则调用 WebView.GoBack()。
WebView 没有任何相关的方法,ApplicationView 类也没有帮助。
【问题讨论】: