我已经开发了windows tab版本,我尝试设置landscape。
我去编辑Package.appxmanifest
<m2:InitialRotationPreference>
<m2:Rotation Preference="landscape" />
<m2:Rotation Preference="landscapeFlipped" />
</m2:InitialRotationPreference>
横向模式方向的任何其他解决方案都设置为默认值。
答案 0 :(得分:2)
如果您从应用清单中删除了纵向模式(我建议使用清单设计器而不是文本编辑器),那么您可以完全禁用纵向模式。