LargeImage
LargeImage copied to clipboard
RecyclerView+PagerSnapHelper的方式,缩放和滑动有冲突
双指缩放很容易变成左右滑动,放大后无法单指移动图片,请问这种该怎么处理呢?
hey,请问您那边是怎么解决这个问题的
LargeImageView 有实现 canScrollHorizontally和canScrollVertically方法,ViewPager和LargeImageView滑动不冲突就是调用canScrollHorizontally判断
好的,我研究下,谢谢
| | 秦庆渊 | | 邮箱:[email protected] |
签名由 网易邮箱大师 定制
在2019年07月12日 15:59,LuckyJayce 写道:
LargeImageView 有实现 canScrollHorizontally和canScrollVertically方法,ViewPager和LargeImageView滑动不冲突就是调用canScrollHorizontally判断
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.