Answers for "how to make the back button in ionic work instead on closing the app"

2

ionic how to block back button

this.platform.backButton.subscribe(() => {
  // do something here
});
Posted by: Guest on February-25-2020

Code answers related to "how to make the back button in ionic work instead on closing the app"

Browse Popular Code Answers by Language