iscroll在谷歌浏览器中bug

https://segmentfault.com/q/1010000008489619

 

iscroll 在安卓app嵌套html页面时,导致列表页滑动不起来,并且在chorme浏览器中使用手机模式,也滑动不起来,

在scroll插件的IScroll函数最后增加 document.addEventListener('touchmove', function (e) { e.preventDefault(); }, false);} 这句即可

 

 

 

 

posted @ 2017-06-27 17:56  JIN__JIN  阅读(332)  评论(0编辑  收藏  举报