{ "id": "61539", "key": "TIMOB-907", "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": "11224", "name": "Release 1.4.0", "archived": true, "released": true, "releaseDate": "2010-07-16" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-04-17T01:54:37.000+0000", "created": "2011-04-15T02:38:59.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-04-17T01:54:37.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}
Need to look into the following:
\nIt does not appear that you can do the following in 1.2 or\n1.3:
\nFrom Apple's HIG: \"When possible, allow people to close one\npopover and open a new one with one tap. This behavior is\nespecially desirable when several different bar buttons each open a\npopover, because it prevents people from having to make extra\ntaps.\"
(from [0aeeee7ea7cc18f6165b2656e645f683d9926ddb])\nCloses #907 , in that the title can be hidden by calling\nhideNavBar/showNavBar or setting the navBarHidden property on the\npopover. There might be some strange interaction with a navigation\ngroup in this. With regards to control color, there's no property\nto set that in the native, so there's nothing that can be exposed.\nSorry. \nhttp://github.com/appcelerator/titanium_mobile/commit/0aeeee7ea7cc1...