Hi,
I was wondering if you guys could help me out with this. I’m building an app where some pages contains groups that are shown/hidden based on the users choice on that specific page (like a one page).
Let’s say that a user made some choices and would like to browse back to the previous group.
I can easily achieve this by making a “back” button, but people tend to use the browser buttons to go back:
The issue: If the users hits the back button in the browser now, my app will take them to the very front page of the application.
Is there a way to achieve the same behaviour from a browser button as from a “back” button that I explained above?