{ "id": "134292", "key": "AC-962", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "5", "description": "All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.", "name": "Cannot Reproduce" }, "resolutiondate": "2014-08-26T06:30:11.000+0000", "created": "2014-08-07T07:36:46.000+0000", "labels": [ "TCSupportTriage" ], "versions": [], "issuelinks": [], "assignee": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "updated": "2016-03-08T07:37:17.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": [], "description": "h3. Steps to Reproduce\nhttp://stackoverflow.com/questions/25137525/appcelerator-ios-window-orientation-change-once-only\n\nh3. Actual Result\nhttp://stackoverflow.com/questions/25137525/appcelerator-ios-window-orientation-change-once-only\n\nh3. Expected Result\nhttp://stackoverflow.com/questions/25137525/appcelerator-ios-window-orientation-change-once-only", "attachment": [], "flagged": false, "summary": "iOS can rotate once only", "creator": { "name": "wiltonkkw", "key": "wiltonkkw", "displayName": "Wilton Kwok", "active": true, "timeZone": "Asia/Shanghai" }, "subtasks": [], "reporter": { "name": "wiltonkkw", "key": "wiltonkkw", "displayName": "Wilton Kwok", "active": true, "timeZone": "Asia/Shanghai" }, "environment": "Titanium Studio 3.3.0", "comment": { "comments": [ { "id": "317872", "author": { "name": "morahman", "key": "morahman", "displayName": "Motiur Rahman", "active": true, "timeZone": "Asia/Dhaka" }, "body": "Hello,\r\n\r\nWe have tested this issue. It’s not a bug, orientation change works as expected when rotates the app to the SAME direction repeatedly. It may be a coding problem.\r\n\r\nh3.Testing Environment:\r\nTitanium SDK: 3.3.0.GA,\r\nTitanium CLI: 3.3.0,\r\nIOS Simulator: 7.1,\r\nOS X Version: 10.9.3,\r\nAppcelerator Studio: 3.3.0\r\n\r\nh3.Steps to Test:\r\n 1. Create an alloy project.\r\n 2. Paste this code in the controller and view folder.\r\n 3. Run this code with the testing environment.\r\n\r\nTest Code\r\n{code:title=index.js}\r\nfunction onButtonClick(e) {\r\n\tvar win = Alloy.createController('win1').getView();\r\n\t$.nIndex.openWindow(win);\r\n}\r\n\r\n$.nIndex.open();\r\n\r\n{code}\r\n{code:title=index.xml}\r\n\r\n\t\r\n\t\t\r\n\t\t\t