{ "id": "78155", "key": "TIMOB-4945", "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": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2011-08-09T22:56:38.000+0000", "created": "2011-07-23T21:00:16.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [], "versions": [ { "id": "11570", "description": "", "name": "Release 1.7.2", "archived": true, "released": true, "releaseDate": "2011-07-21" } ], "issuelinks": [], "assignee": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-21T21:11:36.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": "Since 1.7.2, the following properties in _tiapp.xml_ have no affect on Android. Use-case is simple, just create window with \"fullscreen\" property and make sure tiapp.xml has the following nodes:\r\n\r\n{code:lang=xml|title=tiapp.xml}\r\ntrue\r\ntrue\r\ntrue\r\n{code}\r\n\r\nThe nav bar is still shown when you create a window.\r\n\r\n{code:lang=xml|title=tiapp.xml}\r\nvar win = Ti.UI.createWindow({\r\n fullscreen: true,\r\n //navBarHidden: true,\r\n backgroundColor: '#000'\r\n});\r\n\r\nwin.open();\r\n{code}\r\n\r\nSetting \"navBarHidden\" property to \"true\" when creating window solves this issue.", "attachment": [], "flagged": false, "summary": "Android: StatusBar showing even when fullscreen:true", "creator": { "name": "blackboy0", "key": "blackboy0", "displayName": "Colton Arabsky", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "blackboy0", "key": "blackboy0", "displayName": "Colton Arabsky", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "- Mac OS X 10.6\r\n- Titanium Studio 1.0.2\r\n- Titanium Mobile SDK 1.7.2\r\n- Android 2.2", "comment": { "comments": [ { "id": "160435", "author": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "body": "Colton\r\n\r\nThanks for raising this ticket. Would you provide a full example of the tiapp.xml file you are using, using the code block markdown provided, and a short [usecase|http://wiki.appcelerator.org/display/guides/Contributing+to+Titanium#ContributingtoTitanium-CreatingGoodUsecases] that demonstrates the issue?\r\n\r\nAlso, please copy and paste the version, including build date and hash, of Titanium that you have tested. This will be output to the console as the app starts.\r\n\r\nThis will allow me to move the ticket across to the correct project.\r\n\r\nThanks", "updateAuthor": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "created": "2011-07-25T01:35:16.000+0000", "updated": "2011-07-25T01:35:16.000+0000" }, { "id": "160568", "author": { "name": "ivan.skugor", "key": "ivan.skugor", "displayName": "Ivan Skugor", "active": true, "timeZone": "Europe/Amsterdam" }, "body": "I've discovered some more info about this issue. Setting \"navBarHidden\" property to \"true\" when creating window solves this issue.\r\n\r\nUse-case is simple, just create window with \"fullscreen\" property and make sure tiapp.xml has above mentioned nodes:\r\n\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n fullscreen: true,\r\n //navBarHidden: true,\r\n backgroundColor: '#000'\r\n});\r\n\r\nwin.open();\r\n{code}\r\n\r\nComment out \"navBarHidden\" for workaround.", "updateAuthor": { "name": "ivan.skugor", "key": "ivan.skugor", "displayName": "Ivan Skugor", "active": true, "timeZone": "Europe/Amsterdam" }, "created": "2011-07-26T01:56:52.000+0000", "updated": "2011-07-26T01:56:52.000+0000" }, { "id": "160569", "author": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "body": "Thanks for the additional info, Ivan. Once Colton fixes the main content of the ticket, I will move it across.\r\n\r\nCheers", "updateAuthor": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "created": "2011-07-26T03:00:41.000+0000", "updated": "2011-07-26T03:00:41.000+0000" }, { "id": "162201", "author": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "body": "Colton\r\n\r\nI will move this across this time, but I urge you to read the [Jira Ticket Checklist|http://wiki.appcelerator.org/display/guides/Contributing+to+Titanium#ContributingtoTitanium-Summary%3AJiraTicketChecklist] if you are going to raise tickets in future.\r\n\r\nThanks", "updateAuthor": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "created": "2011-08-08T20:36:38.000+0000", "updated": "2011-08-08T20:36:38.000+0000" }, { "id": "162344", "author": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "body": "This behavior is as expected - these {{tiapp.xml}} settings are only effective for the splashscreen/root \"window\". Any subsequent heavyweight windows must be explicitly configured via object properties.\n\nPlease also be aware that the {{fullscreen}} property shows/hides the status bar, and {{navBarHidden}} property shows/hides the title on Android.", "updateAuthor": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "created": "2011-08-09T22:56:38.000+0000", "updated": "2011-08-09T22:56:38.000+0000" }, { "id": "414420", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as invalid.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-21T21:11:36.000+0000", "updated": "2017-03-21T21:11:36.000+0000" } ], "maxResults": 6, "total": 6, "startAt": 0 } } }