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

CoordinatorLayout嵌套TwinklingRefreshLayout 属性失效 #102

Open yourge opened 7 years ago

yourge commented 7 years ago

CoordinatorLayout嵌套TwinklingRefreshLayout 设置: sapp:layout_scrollFlags="scroll|enterAlwaysCollapsed" 失效.也就是listview滑动到底部时往回拉会立刻把隐藏的布局拉出来而不是listview先拉到头再逐渐显示隐藏的布局 并且CoordinatorLayout嵌套TwinklingRefreshLayout拉动时会有明显的卡顿和闪屏.不知道大家解决了问题没有?

gaoxuefeng commented 7 years ago

我也发现了这个问题 应该是触摸事件的拦截问题,在设置了item的点击事件后会卡 视频.zip 顿,不知道是不是一样

tangjiarao commented 7 years ago

我也有这个问题、、、

tangjiarao commented 7 years ago

我CoordinatorLayout的头部是一个视频view,当点着屏幕往上移动的时候,头部处于半隐藏的过程会有很明显的闪屏

Wensibob commented 6 years ago

请问滑动事件被拦截的问题已经解决了吗? @yourge @gaoxuefeng @tangjiarao @lcodecorex

yourge commented 6 years ago

属性失效的问题没办法解决,滑动事件被拦截没遇到.

------------------ 原始邮件 ------------------ 发件人: "温斯渤"notifications@github.com; 发送时间: 2018年4月25日(星期三) 中午11:45 收件人: "lcodecorex/TwinklingRefreshLayout"TwinklingRefreshLayout@noreply.github.com; 抄送: "葛承磊"824024277@qq.com; "Mention"mention@noreply.github.com; 主题: Re: [lcodecorex/TwinklingRefreshLayout] CoordinatorLayout嵌套TwinklingRefreshLayout 属性失效 (#102)

请问滑动事件被拦截的问题已经解决了吗? @yourge @gaoxuefeng @tangjiarao @lcodecorex

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.