码迷,mamicode.com
首页 > 其他好文 > 详细

Unable to preventDefault inside passive event listener due to target being treated as passive.

时间:2018-04-09 14:58:08      阅读:386      评论:0      收藏:0      [点我收藏+]

标签:document   nbsp   def   rom   .com   add   safari   update   ide   

处理h5 在新版本的Chrome和safari中的拖动问题  iphone 微信,谷歌说明地址:https://developers.google.com/web/updates/2017/01/scrolling-intervention

为了不修改过多代码,针对已经上线的业务,采用如下方式解决:

document.addEventListener(‘touchmove‘, function(event) {
event.preventDefault();
}, { passive: false } );

Unable to preventDefault inside passive event listener due to target being treated as passive.

标签:document   nbsp   def   rom   .com   add   safari   update   ide   

原文地址:https://www.cnblogs.com/tomtang/p/8759039.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!