Page 1 of 1

Disabling landscape mode of the app

Posted: Wed Mar 20, 2013 1:55 pm
by Rahul Sinha

How do I disable the landscape mode of the mobile app? I want to show only the portrait mode.

I am building an app for demonstration purpose.


Disabling landscape mode of the app

Posted: Wed Mar 20, 2013 2:41 pm
by Kateryna Grynko

Dear Rahul,

For iOS, go to App properties - "iOS Keys" section and change "UISupportedInterfaceOrientations" parameter.

For Android, export your app to Eclipse and set it there.