[SOLVED] Full address to browser

Hello!

I tried to find a solution in the documentation, but I did not succeed.
How can I get full links in the browser?
For example - www.myapp.com/mypage/12

The address never changes right now.
I use JS version.

Thank you!

Check the pushState parameter on View http://framework7.io/docs/view.html#view-parameters

Thank you! This solved my problem.