[TIMOB-1953] Android: Setting Activity to Portrait while in Landscape Display Incorrectly
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2012-08-21T16:27:51.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | android, defect |
Reporter | Don Thorp |
Assignee | Neeraj Gupta |
Created | 2011-04-15T03:06:24.000+0000 |
Updated | 2017-03-09T23:27:36.000+0000 |
Description
See http://developer.appcelerator.com/helpdesk/view/45691">Helpdesk 45691
Workaround:
Add the "android:screenOrientation=Portrait" to each of the activities ... in the build/Android/AndroidManifest.xml file and save it as AndroidManifest.custom.xml in the same folder.
<activity
android:name="org.appcelerator.titanium.TiActivity"
android:configChanges="keyboardHidden|orientation"
android:screenOrientation="portrait"
/>
No test code provided and link to help desk ticket doesn't work, ticket marked as invalid.
Please reopen this ticket if you can reproduce this issue with a more recent release.
Closing ticket as invalid.