Navigate route by browser address bar change

Is there a way to make a Framework7 Svelte app change its route by changing the address in the browser directly.
No matter what url I enter it always loads the “/” default route.

This is what you need to activate.
Is in View docs.

Browser History

browserHistory
boolean
false
If you develop web app (not Cordova/Capacitor or Home Screen web app) it is useful to enable hash navigation (browser url will look like “http://my-webapp.com/#!/about.html”). User as well will be able to navigate through app’s history by using browser’s default back and forward buttons.