[TIMOB-3506] Android: exitOnClose only seems to work if modal isn't set
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Low |
| Status | Closed |
| Resolution | Invalid |
| Resolution Date | 2017-06-05T21:13:08.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | n/a |
| Reporter | Matthew Lieder |
| Assignee | Ingo Muschenetz |
| Created | 2011-04-15T03:46:03.000+0000 |
| Updated | 2017-06-05T21:13:08.000+0000 |
Description
Inside a Titanium.UI.createWindow({ ... }), three combinations:
-
modal: false
exitOnClose: true -
modal: true
exitOnClose: true -
exitOnClose: true
Only with combination #3 does the Back button actually exit the app. #1 and #2 function identically. My assumption is that #1 and #3 should function the same -- is that correct?
Closing ticket due to the time passed and lack of progress over the past few years.