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

为什么不能下拉刷新 #47

Closed ghost closed 7 years ago

ghost commented 7 years ago

为什么滑动不能下拉刷新,但是调用startRefresh能出来,滑动就出不来,难道是我打开方式不正确?

timshinlee commented 7 years ago

可能控件没有获取到焦点?我有碰到过代码中设置控件获取焦点后才能正常下拉的情况

lcodecorex commented 7 years ago

@kstg3646426 能描述的更详细一点吗?我好确认并定位问题

lcodecorex commented 7 years ago

v1.06已修复,感谢反馈!