How to save history for nav bar back button on page reload?

Hi everyone!

I’m using the Ionic navbar in a web app for the back functionality. Unfortunately, when I refresh the page the back button disappears, I’m assuming because the history is getting deleted. Is there any way to retain the history if the user refreshes the page so the back button still works after the refresh?

Thanks,
Jason

1 Like

i am having the same issue. did you ever find a solution to this?

Unfortunately we ended up writing our own history manager to replace the built-in one as we needed some other functionality too.