GitHub user EionRobb opened a pull request:
https://github.com/apache/cordova-windows/pull/120
Add support for back button on win10
Win10 has support for backbutton through the SystemNavigationManager API
https://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.core.systemnavigationmanager.aspx
Unfortunately there's some OS-level crashes that happen when running the
app if it has been compiled with VS2012/2013, but they get detected with the
userAgent check that the OS fakes when it runs the app container, so this code
only works when compiling on VS2015 (or newer, I guess)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/EionRobb/cordova-windows patch-2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-windows/pull/120.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #120
----
commit ceef4460148e53df476110becdfdb5d83fd9bea5
Author: Eion Robb <[email protected]>
Date: 2015-09-07T05:01:53Z
Add support for back button on win10
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]