I’m using Ti.UI.orientation = Ti.UI.LANDSCAPE_LEFT on app startup, which turns it to landscape, however there’s a short rotation animation.
Is there a way to have it launch already in landscape to avoid this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try adding the following to your
tiapp.xml:Note that you’ll still need to provide orientation preferences for the window, but I believe this will solve your issue on launch. You’ll need to flush your
/build/iphone/(or similar) folder for the changes to apply.