Search code examples
androidtitanium

Titanium Android Screen Orientation


I have made an Android app using Titanium. The screen rotates when device rotate, how can i stop window/screen orientation in Android app?


Solution

  • Use android:screenOrientation="portrait" in the Android Manifest file in the <activity> element.

    See this: Activity