【发布时间】:2014-06-24 11:56:37
【问题描述】:
我在 jqueryMobile 1.4.2 中使用location.hash="Page1"; 来更改页面,但这会导致页面闪烁。
$("#id").click(function( event ) {
event.preventDefault();
location.hash = "Page1";
});
【问题讨论】:
-
我得到了解决方案,将这一行添加到 html 文件中,这将减少页面的放大缩小----
标签: javascript android jquery web phonegap-build