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

滑动冲突问题 #2

Closed MirrorFlower closed 8 years ago

MirrorFlower commented 8 years ago

如果顶部存在一个banner轮播的话,水平滑动banner容易触发下拉刷新

TakWolf commented 8 years ago

这是一个广泛性问题,大多数下拉刷新都有这个问题,包括google官方的swiftLayout

一种可用做法,滑动banner的时候,禁用下拉刷新,松手后恢复

lcodecorex commented 8 years ago

好的。稍晚一些我会进行一些测试和优化,争取能有一种更优的解法。

MirrorFlower commented 8 years ago

可以灵活的设置是否禁用上下拉就完美了 哈哈

lcodecorex commented 8 years ago

这个可以有😉

vivian688 commented 8 years ago

谷歌官方的SwipeRefreshLayout不存在滑动冲突吧

MirrorFlower commented 8 years ago

SwipeRefreshLayout和ViewPager存在滑动冲突的

guoyoujin commented 7 years ago

@TakWolf 看你头像有点像以前同事😄

TakWolf commented 7 years ago

@guoyoujin 是的,你没认错,就是我!!😄

shenminjie commented 7 years ago

支持!