Page 1 of 1

How to detect navigation event

Posted: Thu Oct 15, 2020 9:39 pm
by Jackson

How can I add a listener for a navigation event so that I can save changes before I leave a page?

This is for ionic.


Re: How to detect navigation event

Posted: Wed Oct 21, 2020 8:33 pm
by Serhii Kulibaba

Hello Jackson,

Please use the event "Before page leaving" for that


Re: How to detect navigation event

Posted: Thu Oct 29, 2020 5:39 pm
by Jackson

I didn't see where that event was an option in ionic 1, but this worked as well:
$scope.$on('$destroy',function(){
// do something
});
Thanks for looking into it.


Re: How to detect navigation event

Posted: Mon Nov 02, 2020 5:46 pm
by Serhii Kulibaba

Glad to hear things are sorted out now!