This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
ChangePage() and Navigation paths refactor #1778
Closed
Description
Hi,
Version : jquerymobile10b1pre
As I can see the new Navigation path refactor have as convention something like :
http://jquerymobile.com/test/#/test/demos/index.html
and no more something like this :
http://jquerymobile.com/test/#test/demos/index.html
When I navigate with my navbar or my links all is OK (the path is used with the new approach).
But if i use the $.mobile.changePage({url: "myPage.html"}); the Url is not as excepted : the old fashion is used ?
The big problem occure when I navigate to my page with my NavBar (with good URL formatting) and after go to the same page with the changePage api => Page event beforeshow is not send.
Thanks