exit app in hard back button ionic code example
Example: ionic how to block back button
this.platform.backButton.subscribe(() => {
// do something here
});
this.platform.backButton.subscribe(() => {
// do something here
});