[TIMOB-23555] Windows: Titanium.UI.UPSIDE_PORTRAIT does not take any effect
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | Release 5.3.0 |
| Fix Version/s | n/a |
| Components | Windows |
| Labels | n/a |
| Reporter | Kota Iguchi |
| Assignee | Kota Iguchi |
| Created | 2016-06-24T00:24:22.000+0000 |
| Updated | 2016-06-24T00:24:22.000+0000 |
Description
Setting
Ti.UI.UPSIDE_PORTRAIT for orientationModes does not take any effect on mobile device.
var window = Titanium.UI.createWindow({ orientationModes: [Ti.UI.UPSIDE_PORTRAIT] }),
window.open()
Tested my Windows 10 Mobile device (FREETEL FTJ152E) UPSIDE_PORTRAIT doesn’t take any effect. I tried flipped orientation in pure native VS project but it does not take any effect too... So I would think it depends on the device if it supports the orieintation.
Maybe related: [Orientation PortraitFlipped never fired in Win10 mobile device, but works ok in Win 10 tablet](https://social.msdn.microsoft.com/Forums/vstudio/en-US/6e99251f-5fc2-49ac-9a60-fca08c22fbae/uwpwin10xaml-corientation-portraitflipped-never-fired-in-win10-mobile-device-but-works-ok?forum=wpdevelop)
No comments