Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-3506] Android: exitOnClose only seems to work if modal isn't set

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionInvalid
Resolution Date2017-06-05T21:13:08.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
Labelsn/a
ReporterMatthew Lieder
AssigneeIngo Muschenetz
Created2011-04-15T03:46:03.000+0000
Updated2017-06-05T21:13:08.000+0000

Description

Inside a Titanium.UI.createWindow({ ... }), three combinations:

  1. modal: false
    exitOnClose: true

  2. modal: true
    exitOnClose: true

  3. 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?

Comments

  1. Lee Morris 2017-06-05

    Closing ticket due to the time passed and lack of progress over the past few years.

JSON Source