TouchImageView
TouchImageView copied to clipboard
How to disable fling?
As the title. How to disable fling? I don't need these feature while user is drawing path on the zoomed image.
I guess you have to introduce a new attribute/flag to disable it in class GestureListener
https://github.com/MikeOrtiz/TouchImageView/blob/master/touchview/src/main/java/com/ortiz/touchview/TouchImageView.kt#L807-L813
like https://stackoverflow.com/a/12818118/1079990
I'm happy to approve any pull request
This issue has been automatically marked as stale because it has not had recent activity. Please comment here if it is still valid so that we can reprioritize. Thank you!