-
Notifications
You must be signed in to change notification settings - Fork 102
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
有两个问题 #21
Comments
第一个是因为创建新视图的原因,可以放在子线程。 |
第二个问题有两种解决方法:
二:父控件中直接去不拦截
|
上面两种方法有bug,第二种方法暂时废弃,第一种方法需要加上判断,如下,否则viewpager划不动
|
两种方法(外部拦截和 内部拦截)都可以进行加入判断使 ViewPager 滑动。 |
这里还有两个问题,就是三层嵌套滑动的fling还是有问题,等待解决后会提交解决方案 |
rt
1.向上滑动列表时初次滑动会有卡顿问题
2.当下方Recyclerview全部显示的时候,在快速fling的过程中,底部Recyclerview在未全部显示(滑动到顶部时)就已经将手势交给外层列表开始滑动头部Recyclerview
The text was updated successfully, but these errors were encountered: