Skip to content

Instantly share code, notes, and snippets.

@rubinchyk
Created November 21, 2016 08:21
Show Gist options
  • Save rubinchyk/9b5173b46e77f2e0043c71011347591a to your computer and use it in GitHub Desktop.
Save rubinchyk/9b5173b46e77f2e0043c71011347591a to your computer and use it in GitHub Desktop.
Ionic1: Determine back button
//Determine back button
$ionicPlatform.registerBackButtonAction(function () {
// navigator.app.exitApp();
// if (condition) {
// navigator.app.exitApp();
// } else {
// debugger;
// }
}, 100);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment