我的應用程序正在處理Android和iPad設備中的所有旋轉,但是我的新iPhone 5s不支持水平旋轉。當iPhone水平旋轉時,它仍然是垂直的。對於我已經添加下面的代碼在我Tiapp.xml文件:我的iPhone 5s不適用於使用鈦合金的水平旋轉
<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上運行
我試圖根據上面的鏈接,但它仍然不工作。 –
你可以分享你的'tiapp.xml'的''部分,也許可以創建並上傳/鏈接一個小項目來證明這個問題? –