I have several form pages and want to be able to detect when the user presses the ionic nav back button to warn them they are navigating away from the form and ask if they are sure they want to leave.
Is there a way to listen for this event in the view controller or attach an onclick event somehow?