We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
demo/basic.html
如果有请提供在线例子
其他信息
[Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive. See
The text was updated successfully, but these errors were encountered:
有什么好的解决办法吗?
Sorry, something went wrong.
@yanhaijing 修改146行 line 146 holdTouch: function() { // $(document).on('touchmove', touchmove); window.document.addEventListener('touchmove', touchmove, { passive: false }) } unholdTouch: function() { // $(document).off('touchmove', touchmove); window.document.removeEventListener('touchmove', touchmove) }
holdTouch: function() { // $(document).on('touchmove', touchmove); window.document.addEventListener('touchmove', touchmove, { passive: false }) }
unholdTouch: function() { // $(document).off('touchmove', touchmove); window.document.removeEventListener('touchmove', touchmove) }
@liohao 欢迎提个pr,感觉还得判断下是否支持第三个参数是对象吧
yanhaijing
No branches or pull requests
问题是什么
demo/basic.html
环境
在线例子
如果有请提供在线例子
其他
其他信息
[Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive. See
The text was updated successfully, but these errors were encountered: