Ionic 2 prevent hardware back button default
问题 How can I prevent default navigation when pressing hardware back button? I've tried registerBackButtonAction , but then it overwrites behavior of back button in every page which I don't want. This didn't help either. document.addEventListener("backbutton", (event) => { event.preventDefault(); }, false); 回答1: As you can see in Ionic docs registerBackButtonAction returns a function: A function that, when called, will unregister its back button action. So you can use that function to restore the