LuckyJayce / LargeImage

Android 加载大图 可以高清显示10000*10000像素的图片,轻松实现微博长图功能
Apache License 2.0
2.34k stars 416 forks source link

RecyclerView+PagerSnapHelper的方式,缩放和滑动有冲突 #56

Open imyyq-star opened 5 years ago

imyyq-star commented 5 years ago

双指缩放很容易变成左右滑动,放大后无法单指移动图片,请问这种该怎么处理呢?

13621167443 commented 5 years ago

hey,请问您那边是怎么解决这个问题的

LuckyJayce commented 5 years ago

LargeImageView 有实现 canScrollHorizontally和canScrollVertically方法,ViewPager和LargeImageView滑动不冲突就是调用canScrollHorizontally判断

13621167443 commented 5 years ago

好的,我研究下,谢谢

秦庆渊

邮箱:13621167443@163.com |

签名由 网易邮箱大师 定制

在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.