Xaml 强制windows WebView以纵向模式加载内容

Xaml 强制windows WebView以纵向模式加载内容,xaml,unity3d,windows-8.1,Xaml,Unity3d,Windows 8.1,我在unity3d上创建了windows phone 8.1游戏。它只支持横向。但我需要在游戏中使用WebView以纵向模式加载页面。 如何强制WebView以纵向模式加载内容?这并不完全是我需要的,但现在我使用 DisplayInformation.AutoRotationPreferences = DisplayOrientations.Portrait; WebView加载页面时,以及 DisplayInformation.AutoRotationPreferences = Displa

我在unity3d上创建了windows phone 8.1游戏。它只支持横向。但我需要在游戏中使用
WebView
以纵向模式加载页面。
如何强制
WebView
以纵向模式加载内容?

这并不完全是我需要的,但现在我使用

DisplayInformation.AutoRotationPreferences = DisplayOrientations.Portrait;
WebView加载页面时,以及

DisplayInformation.AutoRotationPreferences = DisplayOrientations.Landscape;
当关闭WebView并返回游戏时