[AC-6642] Android: orientationModes partial behaviour
| GitHub Issue | n/a |
| Type | Bug |
| Priority | n/a |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Titanium SDK & CLI |
| Labels | n/a |
| Reporter | Prashant Saini |
| Assignee | Abir Mukherjee |
| Created | 2020-12-08T10:14:21.000+0000 |
| Updated | 2020-12-08T10:14:21.000+0000 |
Description
We are trying to restrict all Window/TabGroup to be in PORTRAIT mode ONLY. But we are seeing a weird behaviour on its usages as below.
*Steps to reproduce:*
Apply *orientationModes as Ti.UI.PORTRAIT* to Window & TabGroup in *app.tss*.
Keep device in landscape mode and install/run the attached app.
Window/TabGroup are first opened in landscape mode & then immediately turning into portrait mode.
*Expected result:*
All Window/TabGroup must be opened only in PORTRAIT mode without flickering into landscape mode.
*Attachments:*
Bug video
Bug source code
Attachments
| File | Date | Size |
| Sample.mp4 | 2020-12-08T10:12:16.000+0000 | 3342160 |
| Sample.zip | 2020-12-08T10:12:15.000+0000 | 1672334 |
No comments