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

滑动报 Unable to preventDefault inside passive event listener due to target being treated as passive 的解决方法

时间:2019-10-08 19:17:03      阅读:96      评论:0      收藏:0      [点我收藏+]

标签:ble   png   lis   listen   prevent   方法   cti   图片   解决办法   

google浏览器滑动出现以下问题:

技术图片

 

 

解决办法如下:
html元素下添加样式 touch-action: none;

html{
   touch-action:none;
}

 

滑动报 Unable to preventDefault inside passive event listener due to target being treated as passive 的解决方法

标签:ble   png   lis   listen   prevent   方法   cti   图片   解决办法   

原文地址:https://www.cnblogs.com/rachelch/p/11636997.html

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