错误提示Unable to preventDefault inside passive event listener解决方法
Posted ifon
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了错误提示Unable to preventDefault inside passive event listener解决方法相关的知识,希望对你有一定的参考价值。
多种解决办法
最简单的解决方法1(推荐)
使用全局样式样式去掉
* { touch-action: pan-y; }
解决办法二,给你绑定元素的事件中绑定第三个参数{ passive: false }
通过传递 passive 为 false 来明确告诉浏览器:事件处理程序调用 preventDefault 来阻止默认滑动行为。
elem.addEventListener(
'touchstart',
fn,
{ passive: false }
);
以上是关于错误提示Unable to preventDefault inside passive event listener解决方法的主要内容,如果未能解决你的问题,请参考以下文章
virtualbox提示错误"Unable to load R3 module"
错误提示Unable to preventDefault inside passive event listener解决方法
SourceTree不出现用户登录窗口,提示错误fatal: unable to access'...'; error setting certificate verify locat
Eclipse错误提示:The Eclipse executable launcher was unable to locate its companion shared library.
VMware vSphere client 6.0 无法打开控制台,错误提示:unable to connect to the MKS:Internal error.