标签:move 技术分享 安卓 插件 images efault 技术 function touch
https://segmentfault.com/q/1010000008489619
iscroll 在安卓app嵌套html页面时,导致列表页滑动不起来,并且在chorme浏览器中使用手机模式,也滑动不起来,
在scroll插件的IScroll函数最后增加 document.addEventListener(‘touchmove‘, function (e) { e.preventDefault(); }, false);} 这句即可
标签:move 技术分享 安卓 插件 images efault 技术 function touch
原文地址:http://www.cnblogs.com/jcz1206/p/7086460.html