Refresh on back button

Hi,
In my ionic app (3) there is a back button(navcontroller). First is a listing page and from there I go the detail page where I can edit the content , after that I came back to the list page by clicking back button. I want to refresh the page on back button click. Can any one please help for solving this issue.

Thanks
Divya

Hi, @divyanaireficaz

write your code inside ionViewWillEnter() instead of ionViewDidLoad()

You can try
ionViewWillEnter() {
}

follow this Link
Good Luck
Thanks

Hi
I have also this problem and already done like that but no reloading…
How can solve this problem ?

already tried but no working.
Pls help me

Here is what I would recommend doing instead of trying to “refresh” anything.