{ "id": "62977", "key": "TIMOB-2345", "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": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2011-04-15T03:17:17.000+0000", "created": "2011-04-15T03:17:17.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "defect", "ios", "ipad", "iphone", "rplist", "window" ], "versions": [], "issuelinks": [], "assignee": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-02T21:04:47.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": "{html}

The following code shows this:

\n

var win = Ti.UI.currentWindow;

\n

var win_btn = Ti.UI.createButton({

\n
\ntitle:'new win',\nwidth:100,\nheight:45,\ntop:0,\nleft:0\n
\n

});

\n

win_btn.addEventListener('click',function(e){

\n
\nvar newWin = Ti.UI.createWindow({tabBarHidden:false,backgroundColor:'#0000FF'});\nnewWin.tabBarHidden = false;\nTi.UI.currentTab.open(newWin);\n
\n

});

\n

win.add(win_btn);

\n

HD Ticket:
\nhttp://developer.appcelerator.com/helpdesk/view/53991

{html}", "attachment": [], "flagged": false, "summary": "On iOS hidden tab bar cannot be shown", "creator": { "name": "ctredway1", "key": "ctredway1", "displayName": "ctredway", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "ctredway1", "key": "ctredway1", "displayName": "ctredway", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "128223", "author": { "name": "ctredway1", "key": "ctredway1", "displayName": "ctredway", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Actually this is Apples intended behavior.

{html}", "updateAuthor": { "name": "ctredway1", "key": "ctredway1", "displayName": "ctredway", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:17:17.000+0000", "updated": "2011-04-15T03:17:17.000+0000" }, { "id": "408507", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closed as invalid.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-02T21:04:47.000+0000", "updated": "2017-03-02T21:04:47.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }