-
Notifications
You must be signed in to change notification settings - Fork 505
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
结合CoordinatorLayout+ViewPager 在Fragment中使用空布局时无法滑动收缩 #120
Comments
@Androidpanpan 你好,1.3.8版本已经发布,或许你可以先试下,请先查看更新记录及使用注意,如果还是无法解决再告诉我。: ) |
在状态视图的外层加上一层NestedScrollView就可以了,但还是建议作者能帮我们实现NestedScrollingParent3去处理搭配CoordinatorLayout造成的滑动事件 |
我也遇到了 但是framgment里面是一个 recyclerview 不能加NestedScrollView |
@KingJA 我也是遇到这个问题了 ,,不知道楼主解决了没 ? |
@KingJA @smileToWxm @liudaohong 我也是在使用过程中当 CoordinatorLayout 显示加载失败的时候 触摸页面无法上下滑动,,,但是加载成功或者点击重新加载后再次加载成功显示列表后 就可以上下滑动了,,,麻烦作者看如何解决这个问题呢? |
大佬们 解决了吗?> |
给自定义错误页面 布局的父容器 修改成NestedScrollView 包裹下 |
会存在问题的,点击就没有反应了~~~~ |
NestedScrollView 添加 |
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
</androidx.core.widget.NestedScrollView> 这样子写的 布局 点击没有反应 框架用的是mvvmhelper |
你要检查下你代码了 |
如果不加上NestedScrollView以及 |
No description provided.
The text was updated successfully, but these errors were encountered: