Titanium Android Screen Orientation

2019-06-22 16:43发布

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

2条回答
祖国的老花朵
2楼-- · 2019-06-22 16:52

I spent my whole day to solve this stupid issue, finally i found the solution to solve the android orientation issue.

Please refer to link here. The article is helpful and clearly stated step by step how to implement.

This also solved the splash screen orientation.

Thanks.

查看更多
Deceive 欺骗
3楼-- · 2019-06-22 17:09

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

See this: Activity

查看更多
登录 后发表回答