BottomSheet内的水平ViewPager2

问题描述

我在底页中使用带有协调器布局的ViewPager2 ... 当我打开BottomSheet并尝试通过向下拖动来关闭时,它没有移动(它没有关闭)。

<CoordinatorLayout>
    <ViewPager(With BottomSheetBehavior)> (hideable = true)
</CoordinatorLayout>

ViewPager2是RecyclerView。我尝试了nestedScrollingEnabled = true

有人遇到这样的情况吗?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)