NestedScrollingParent2Layout icon indicating copy to clipboard operation
NestedScrollingParent2Layout copied to clipboard

滑动嵌套通用解决方案:提供常见三种RecyclerView滑动嵌套布局、也可自定义。

Results 7 NestedScrollingParent2Layout issues
Sort by recently updated
recently updated
newest added

Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'. > Could not resolve all task dependencies for configuration ':app:debugCompileClasspath'. > Could not resolve project :nested_scrolling_layout2. Required by: project :app > No...

正常滑动问题不明显,快速滑动,触发fling,会表现异常,抖动、缓慢滑动。

NestedScrollingParent2LayoutImpl3, 从ViewPager底部快速下滑,ViewPager里的RecyclerView第一个Item还没完全显示完,就开始滑动最外层的recyclerView ![QQ截图20201217221918](https://user-images.githubusercontent.com/21266881/102499852-a3b97d00-40b6-11eb-9c8d-6b26639f8326.png)

使用NestedScrollingParent2LayoutImpl1嵌套viewpager 当触摸topView时页面无法上下滑动,只能拖拽viewpager才能上下滑动(Demo中的第二个Button例子),这是啥问题,望赐教。

当外层使用下拉刷新时, 会失效,需要在外层实现child 相关接口

支持是WebView+RecycleView吗?