Web pages do not work with back and forward clicks

I created a webapp with a menu with two pages About Us and Contact Us.

In normal websites, when a user clicks on a link, and then presses the Back button, it goes to the previous page.

But, in anvil, it doesnt have this concept of Back and Front, because of not using links to navigate pages.

But, this confuses the user, since they are used to Back and Front clicks for navigation. How can we get this behaviour?

You could have a look at the hash routing module:

5 Likes