Hello,
The problem is in changepage jquery you have used for changepage. Make sure that if you want to save your history, then you have to write “changeHash : true” in your changepage jquery. so your jquery looks like below code:
$.mobile.changePage(page, {
transition : "slide",
changeHash : true,
});
Note : By default value of changeHash is true.