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

Items very hard to click when they are at the top and/or bottom of the ScrollView/Recyclerview #99

Open amanzan opened 7 years ago

amanzan commented 7 years ago

I have issues with both ScrollView and RecyclerView. Items located at the bottom or at the top are very hard to click. I'm using the "pure scroll mode". I'm talking about the first element in the scrollview, and the last one. Same for RecyclerView. It seems like it gets conflicted thinking it's a refresh swipe, or something like that