Skip to content
New issue

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

iscroll与fastclick #16

Closed
whatlife opened this issue Sep 19, 2016 · 2 comments
Closed

iscroll与fastclick #16

whatlife opened this issue Sep 19, 2016 · 2 comments

Comments

@whatlife
Copy link

这两个有冲突。

本身iscroll有解决300ms的点透问题,但是我其他第三方也包含解决点透的解决方案,当这两个插件放在一起被使用时,就会产生click需要点击两次的问题。类似 ftlabs/fastclick#71

@whatlife
Copy link
Author

whatlife commented Sep 19, 2016

改你的源码,就可以解决我之前提出的这个问题
click: true 改为 click: false

        d.iScroll = new IScroll(d.el, {
          scrollX: true,
          scrollY: false,
          click: false
        });

@logoove
Copy link
Owner

logoove commented Sep 19, 2016

weui最好别和其他混用了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants