lcodecorex / TwinklingRefreshLayout

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

如果子View是NestedScrollView,下拉会有问题 #90

Open D1191860939 opened 7 years ago

D1191860939 commented 7 years ago

如果NestedScrollView放置在CoordinatorLayout中,会导致NestedScrollView滑动会抖动;而NestedScrollView就是根布局,那么在没有到达顶部就会触发下拉刷新。正在致力解决,望路过的小伙伴一起交流~

rRemix commented 7 years ago

@D1191860939 最后你解决抖动的问题了吗?