-
Notifications
You must be signed in to change notification settings - Fork 673
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TwinklingRefreshLayout嵌套NestedScrollView的,里面还有recycleView, #182
Comments
解决了没有?我也碰到这问题了 |
@chenli3238 还没有,目前就是不顺畅着 |
@liguangze 我卡了三天了,各种监听事件,改源码都不行 |
@chenli3238 一样,怎么解决好啊 |
@liguangze 没解决,先放着吧,除非不嵌套NestedScrollView或者ScrollView |
将TwinklingRefreshLayout放在最外层,然后内部放一个MyScrollview public class MyScrollview extends NestedScrollView {
} |
@1218362859 感谢,的确是可以, recycleView也需要自己定义
|
@liguangze 我8.0有问题 还在解决 你刚写的这个是什么意思? |
已修改,将继承ScrollView改成继承NestedScrollView |
@liguangze
|
是你返回的json解析的太慢了吧,后台只返回有用的字段,还有可能你加载的图片后台上传过大 |
@danny70339 闪退报啥错 |
@1218362859 應該不是解析太慢的問題,我試著把佈局改成TwinklingRefreshLayout只嵌套RecycleView跟使用同一隻API來加載,就變得非常順暢也不會閃退 |
@danny70339 把整个布局文件代码发出来看下 |
@liguangze 老實說我看log看不太出來是什麼問題,下面是我的log 10-31 10:19:17.563 24528-24528/? E/Zygote: v2 |
@1218362859 最外面包了一層FrameLayout,但是不知道為什麼顯示不出來
|
@danny70339 看我之前写的评论 然后把android.support.v4.widget.NestedScrollView |
@1218362859 還是一樣的狀況,另外我發現了新的現象,當我滑到越下面的時候會越慢反之越上面越滑順,舉例來說加設我RecyclerView裡已經加載了150個item,當我往下滑越靠近第150個的時候會開始不滑順,反之當我往回滑越靠近第1個的時候就越滑順 |
@liguangze @1218362859 抱歉兩位我又試了一下發現,這好像是NestedScrollView嵌套RecyclerView的問題,TwinklingRefreshLayout是無辜的我誤會他了 |
@danny70339 解决了? |
@1218362859 還沒,但是知道確切的方向了,只是想說跟這個庫無關怕造成你們的困擾 |
@1218362859 ok 感谢 |
@1218362859 @liguangze |
就直接把tw放在ns外层就好了 |
滑动不顺畅怎么解决呢,去掉TwinklingRefreshLayout, mRcyGroupSall.setNestedScrollingEnabled(false);,这个可以解决,但是没有了刷新了,怎么才能全部兼容到了呢
The text was updated successfully, but these errors were encountered: