[TIMOB-18856] Windows: hardware back button should close Ti.Window
| GitHub Issue | n/a |
|---|---|
| Type | Story |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2015-05-01T18:09:21.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 4.1.0 |
| Components | Windows |
| Labels | Windows |
| Reporter | Kota Iguchi |
| Assignee | Kota Iguchi |
| Created | 2015-04-28T14:32:23.000+0000 |
| Updated | 2017-03-16T22:00:09.000+0000 |
Description
All Titanium app for Windows Store should follow Windows Store policies described at
https://msdn.microsoft.com/en-us/library/windows/apps/dn764944 .
This includes app navigation policy on how to handle back button with your page/dialog. Currently Ti app closes immediately when you press the back button even when you open multiple
Ti.Window.
{quote}
Where applicable, pressing the back button should take the user to a previous page/dialog. If the user presses the back button on the first page of the app, then the app terminates (unless it is allowed to run in the background).
{quote}
https://github.com/appcelerator/titanium_mobile_windows/pull/238
Closing ticket as fixed.