lcodecorex / TwinklingRefreshLayout

RefreshLayout that support for OverScroll and better than iOS. 支持下拉刷新和上拉加载的RefreshLayout,自带越界回弹效果,支持RecyclerView,AbsListView,ScrollView,WebView
Apache License 2.0
3.99k stars 671 forks source link

TwinklingRefreshLayout嵌套NestedScrollView的问题 #174

Open shouzhong opened 6 years ago

shouzhong commented 6 years ago

会出现NestedScrollView没拉到顶部,TwinklingRefreshLayout就进入下拉状态,而且这时候NestedScrollView无法继续向下滑

liguangze commented 5 years ago

@shouzhong 解决了吗

Hebin320 commented 5 years ago

会出现NestedScrollView没拉到顶部,TwinklingRefreshLayout就进入下拉状态,而且这时候NestedScrollView无法继续向下滑

我也遇到这个问题?怎么解决的?

liguangze commented 5 years ago

@Hebin320 参考 #182

Hebin320 commented 5 years ago

@Hebin320 参考 #182

试过那个MyScrollview,并没有,我的并不会卡顿,当你上拉加载完没有更多的时候,整个布局往上拉多几下,然后,再慢慢下拉到最顶部的时候,就会发现顶部的部分布局滑动到TwinklingRefreshLayout里面去了,scrollview还没全部显示完,就已经执行TwinklingRefreshLayout的下拉刷新了。