{ "id": "79181", "key": "TIMOB-5297", "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": [], "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": "2012-01-26T21:19:09.000+0000", "created": "2011-08-11T15:59:57.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "dr-list", "ios", "launchscreen", "orientation" ], "versions": [], "issuelinks": [], "assignee": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2014-06-19T12:46:38.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": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "When building an app that starts in landscape mode there is a orientation change animation just after the launch image disappears and the first window is opened. This is not the case with landscape only app developed with xcode: the launch image is displayed and the first window loads in landscape mode correctly without the unnecessary animation.\r\n\r\nSe app.js and tiapp.xml below. Note that it doesn't matter if you put portrait mode in tiapp.xml instead.\r\n\r\n{code:title=app.js|borderStyle=solid}\r\nvar win = Titanium.UI.createWindow({ \r\n backgroundColor:'#fff',\r\n orientationModes:[Ti.UI.LANDSCAPE_RIGHT]\r\n});\r\nwin.open();\r\n{code}\r\n\r\n{code:title=tiapp.xml|borderStyle=solid}\r\n//iphone section only\r\n\r\n \r\n Ti.UI.LANDSCAPE_RIGHT\r\n\r\n{code}\r\n\r\n\r\nEdit: This only applies if you have true in tiapp.xml.\r\nIf you set this to false there is no animation, but then there will be a status bar on your splash which is not desired.\r\n", "attachment": [], "flagged": false, "summary": "iOS: Launching in landscape incorrectly displays orientation animation", "creator": { "name": "gibson", "key": "gibson", "displayName": "Andreas Oberg", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "gibson", "key": "gibson", "displayName": "Andreas Oberg", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Mac OSX 10.6.5. Macbook Air 1.86GHz IC2Duo, 4GB RAM\r\nTitanium Studio, build: 1.0.2.201107130739\r\nSDK: Tested in 1.6.2 and 1.7.2.", "comment": { "comments": [ { "id": "169527", "author": { "name": "kwhinnery", "key": "kwhinnery", "displayName": "Kevin Whinnery", "active": true, "timeZone": "America/Chicago" }, "body": "This should be re-tested on 1.8 - I think a fix for this went in recently.", "updateAuthor": { "name": "kwhinnery", "key": "kwhinnery", "displayName": "Kevin Whinnery", "active": true, "timeZone": "America/Chicago" }, "created": "2011-10-18T06:55:36.000+0000", "updated": "2011-10-18T06:55:36.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }