标签:
$(document).bind("mobileinit", function()   
{   
   if (navigator.userAgent.indexOf("Android") != -1)   
   {   
     $.mobile.defaultPageTransition = ‘none‘;   
     $.mobile.defaultDialogTransition = ‘none‘;   
   }   
});   
document对象上触发mobileinit 事件,因为mobileinit事件是在加载后马上触发
css
-webkit-backface-visibility: hidden 页面抖动
标签:
原文地址:http://www.cnblogs.com/songrimin/p/4881970.html