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 : …
changepage
ChangePage jquery issue
You need to integrate jquery.mobile.flatui.css in your .html file. You just need to write below line of code your .html file <link rel=”stylesheet” type=”text/css” href=”css/jquery.mobile.flatui.css”/> jquery-mobile-flatui