-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
嵌套在scrollview中 滑动的bug #336
Comments
什么意思?你是将滚轮单独放在Scrollview滑动异常? |
是的,单独放在scrollView 中 ,手势处理这里有问题 |
如果将wheelview单独放在srcollview中是会出现滑动问题的,wheelview中并没有对嵌套滑动做处理. |
那你考不考虑做这方面的处理呢 |
不处理的话 我只有当成一个library依赖来改了,要是你发布新版本的话,我就不提取了 |
@MirkoWu 这一两个月会考虑抽空优化一些功能,下个版本应该会处理一下滑动冲突的问题。如果你时间赶的话也可以自行在WheelView的onTouch里面做一下处理~代码量倒是不多。 |
嗯嗯,谢谢,也希望这个框架越来越完善。 |
請問滑動衝突有解決了嗎? |
|
那如果我需要使用pickView呢?封装好的View没办法重写onTonch方法。 @aa86799 难道要下载下来自己去重新改源码吗? |
@aa86799 老哥,为你的行为点赞! |
@aa86799 牛逼 大佬 |
@aa86799 一看老哥就做实事的 |
当嵌套在scrollview中时,滚轮无法正常滑动,我遇到的情况是 上滑下滑都会沿一个方向滚
The text was updated successfully, but these errors were encountered: