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.
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.