Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-23555] Windows: Titanium.UI.UPSIDE_PORTRAIT does not take any effect

GitHub Issuen/a
TypeBug
PriorityMedium
StatusOpen
ResolutionUnresolved
Affected Version/sRelease 5.3.0
Fix Version/sn/a
ComponentsWindows
Labelsn/a
ReporterKota Iguchi
AssigneeKota Iguchi
Created2016-06-24T00:24:22.000+0000
Updated2016-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)

Comments

No comments

JSON Source