Refresh page depending on menu acting as filter

I’m creating the menu application , but I only show the menu in one page as overlay menu to act as filter to kind of filter and sort the list shown in this specific page.

the problem is when i open the menu , choose my filter criteria, save it to local storage , then closes the menu, the page doesn’t refresh, it doesn’t trigger ionViewWillEnter() or ionViewDidlEnter() or ionViewDidLoad(), so I can read my filter criteria and reload the list.

so how can I achieve this behavior ??

This could help: https://ionicframework.com/docs/api/util/Events/

Thank you , it worked perfectly :slight_smile:

1 Like

The link is does not work!

The feature mentioned in that link no longer exists. Please open a new thread describing your situation, as it’s unlikely to be exactly the same as OP, and this is not a one-size-fits-all topic.