我的应用程序可以处理 Android 和 iPad 设备中的所有旋转,但我的新 iPhone 5s 不能处理水平旋转。当 iPhone 水平旋转时,它保持垂直。为此,我已经在 Tiapp.xml 文件中添加了以下代码:
<orientations device="iphone">
<orientation>Ti.UI.PORTRAIT</orientation>
<orientation>Ti.UI.UPSIDE_PORTRAIT</orientation>
<orientation>Ti.UI.LANDSCAPE_LEFT</orientation>
<orientation>Ti.UI.LANDSCAPE_RIGHT</orientation>
</orientations>
此外,我按照此https://support.apple.com/en-us/HT204547链接中的说明进行操作,但在我的新 iPhone 中它对我不起作用