Disabling landscape mode of the app
Posted: Wed Mar 20, 2013 1:55 pm
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.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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.
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.