Quantcast
Channel: Appcelerator Developer Center Q&A Unanswered Questions 20
Viewing all articles
Browse latest Browse all 8068

iPad build not respecting tiapp.xml orientation options

$
0
0

I have the orientations i want specified in my tiapp.xml as follows:

<iphone>
        <orientations device="iphone">
            <orientation>Ti.UI.PORTRAIT</orientation>
        </orientations>
        <orientations device="ipad">
            <orientation>Ti.UI.PORTRAIT</orientation>
        </orientations>
</iphone>
But my iPad applications still rotates. What gives. What should I check? (yes I have done a clean).

I'm using iOS 6.1, Titanium SDK 3.1.1 GA


Viewing all articles
Browse latest Browse all 8068

Trending Articles