jQuery mobile + phonegap(cordova-2.5.0)+ Windows phone 7

时间:2013-03-22 19:47:53

标签: windows-phone-7 cordova jquery-mobile

我在index.html上遇到历史问题,如果我只是使用

$.mobile.changePage("another.html",{transition:"slide"});

在像“another.html”这样的页面上,一切正常,我看到了我的HTML,但是如果我点击后退按钮它就无法正常工作(将会有一个带有CSS /样式的index.html,但我可以再次使用按钮等。)。

我试过

window.location.href="another.html"

这可以正常工作,但我想使用jquery。

我的问题只有index.html的历史记录。当我使用$.mobile.changePage(...)但不使用index.html时,一切正常(历史beetwen“another.html”和“another1.html”)。

看起来像cordova / jquery的问题。在Android上,一切都好。

0 个答案:

没有答案