【问题标题】:how do you set the default arrangement of the screen in phonegap?如何在phonegap中设置屏幕的默认排列? 【发布时间】:2021-03-04 19:58:01 【问题描述】: 我想把它从横向变成纵向。 【问题讨论】: 标签: ios cordova phonegap 【解决方案1】: 添加 config.xml <preference name="Orientation" value="portrait" /> 【讨论】: 请在您的答案中添加一些解释,以便其他人可以从中学习