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 ??