GitHub user artsonit opened a pull request: https://github.com/apache/incubator-cordova-wp7/pull/6
Better way to handle back button Hi all, we are trying to pass the validation but our app got bounced back because of this: 5.2.4.1 - Requirements Expected Result Pressing the Back button must return the application to the previous page or return to any previous page within the back stack. Test case: Override the backbutton. From local cordova page open a external url Push the back button. Result: App close Expect: To see the local page back This is our code change - the idea is if the loaded page do not load cordova js framework - revert the backbutton to window.history behavior You can merge this pull request into a Git repository by running: $ git pull https://github.com/artsonit/incubator-cordova-wp7 master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-cordova-wp7/pull/6.patch ---- commit ed93bbba80f4e9a9678a940672b6f3bb84229365 Author: ArtsOnIt <l.cal...@artson.it> Date: 2012-10-23T04:38:11-07:00 Handle BackButton after opening a external page modified: templates/standalone/cordovalib/CordovaView.xaml.cs ----