martinwithaar / PinchToZoom

Android's ImageView pinch-to-zoom made easy
MIT License
110 stars 27 forks source link

Handle left, right, up, down swipe events #18

Open rohit267 opened 5 years ago

rohit267 commented 5 years ago

make a new class and override the methods onSwipeLeft(), onSwipeRight(), onSwipeTop(), onSwipeBottom(),

rohit267 commented 5 years ago

I have combined the code but when we change the image on left or right swipe, we get a misplaced and zoomed image.