{ "id": "140693", "key": "AC-1013", "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": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2014-12-02T00:34:42.000+0000", "created": "2014-11-29T15:58:18.000+0000", "labels": [ "ios" ], "versions": [], "issuelinks": [], "assignee": { "name": "sliang", "key": "sliang", "displayName": "Shuo Liang", "active": true, "timeZone": "Asia/Harbin" }, "updated": "2016-03-08T07:37:20.000+0000", "status": { "description": "A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.", "name": "Resolved", "id": "5", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "14544", "name": "Alloy", "description": "Please enter tickets related to the Alloy here." }, { "id": "14548", "name": "Titanium SDK & CLI", "description": "Please enter tickets related to the MobileSDK here." } ], "description": "I've tried -- unsuccessfully -- multiple variations of the same operation to hide the status bar on ios 7+.\r\n\r\nIn tiapp.xml\r\ntrue\r\n\r\nIn TSS file\r\nfullscreen:true\r\n\r\nand in the JS file\r\n(OS_IOS) && $.window.setFullscreen(true);\r\n\r\nNone of these methods work. The status bar is never hidden. I believe that functionality is bugged.", "attachment": [], "flagged": false, "summary": "ios fullscreen=true does not hide status bar", "creator": { "name": "mjstelly_ta", "key": "mjstelly_ta", "displayName": "Michael Stelly", "active": true, "timeZone": "America/New_York" }, "subtasks": [], "reporter": { "name": "mjstelly_ta", "key": "mjstelly_ta", "displayName": "Michael Stelly", "active": true, "timeZone": "America/New_York" }, "environment": "OSX =10.9.5\r\nCLI Version = 3.4.0\r\nSDK Version = 3.4.0", "comment": { "comments": [ { "id": "334090", "author": { "name": "sliang", "key": "sliang", "displayName": "Shuo Liang", "active": true, "timeZone": "Asia/Harbin" }, "body": "Hi,\r\n\r\nPlease try the following test case, it works for my IOS device and simulators. (both IOS 7.1 and 8)\r\n{code:title=\"index.xml\"}\r\n\r\n\t\r\n\t\t\r\n\r\n{code}\r\n{code:title=\"index.tss\"}\r\n\"#index\": {\r\n\tbackgroundColor:\"white\",\r\n\tfullscreen: true\r\n},\r\n\"Label\": {\r\n\twidth: Ti.UI.SIZE,\r\n\theight: Ti.UI.SIZE,\r\n\tcolor: \"#000\"\r\n} \r\n{code}\r\n{code:title=\"index.js\"}\r\n$.index.open();\r\n{code}", "updateAuthor": { "name": "sliang", "key": "sliang", "displayName": "Shuo Liang", "active": true, "timeZone": "Asia/Harbin" }, "created": "2014-12-01T06:19:44.000+0000", "updated": "2014-12-01T06:19:44.000+0000" }, { "id": "334092", "author": { "name": "sliang", "key": "sliang", "displayName": "Shuo Liang", "active": true, "timeZone": "Asia/Harbin" }, "body": "or this test case also works.\r\n{code:title=\"index.xml\"}\r\n\r\n\t\r\n\t\t\r\n\r\n{code}\r\n{code:title=\"index.tss\"}\r\n\"#index\": {\r\n\tbackgroundColor:\"white\",\r\n},\r\n\"Label\": {\r\n\twidth: Ti.UI.SIZE,\r\n\theight: Ti.UI.SIZE,\r\n\tcolor: \"#000\"\r\n} \r\n{code}\r\n{code:title=\"index.js\"}\r\n$.index.fullscreen() = true;\r\n$.index.open();\r\n{code}", "updateAuthor": { "name": "sliang", "key": "sliang", "displayName": "Shuo Liang", "active": true, "timeZone": "Asia/Harbin" }, "created": "2014-12-01T06:28:58.000+0000", "updated": "2014-12-01T06:28:58.000+0000" }, { "id": "334115", "author": { "name": "mjstelly_ta", "key": "mjstelly_ta", "displayName": "Michael Stelly", "active": true, "timeZone": "America/New_York" }, "body": "Your test case, as written, throws an error. \r\n{code}$.index.fullscreen() = true;{code}\r\nshould be written as\r\n{code}$.index.fullscreen = true;{code}\r\n\r\nFor my application, the above solution did not work. I finally got it working by placing \r\n{code}{code} in the XML.", "updateAuthor": { "name": "mjstelly_ta", "key": "mjstelly_ta", "displayName": "Michael Stelly", "active": true, "timeZone": "America/New_York" }, "created": "2014-12-01T13:35:15.000+0000", "updated": "2014-12-01T14:12:35.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }