{ "id": "61777", "key": "TIMOB-1145", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "11225", "name": "Release 1.5.0", "archived": true, "released": true, "releaseDate": "2010-12-14" } ], "resolution": { "id": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2011-04-15T02:45:10.000+0000", "created": "2011-04-15T02:45:09.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "android", "defect", "orientation" ], "versions": [], "issuelinks": [], "assignee": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-03T06:10:12.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" } ], "description": "{html}
Ticket #879 mentioned that there might be orientation\nissues on Android which could be duplicated by the following\ncode:
\n\nvar webView = Titanium.UI.createWebView({url:'http://google.com'});\nvar win = Titanium.UI.createWindow({fullscreen: true});\n\nwin.orientationModes = [\n\nTitanium.UI.PORTRAIT,\nTitanium.UI.UPSIDE_PORTRAIT\n];\n\nwin.add(webView);\nwin.open();
\n
\nMay have been fixed at some point, maybe not.
valid, needs testcase
This is a duplicate of #1045, I added the test case there