MikeOrtiz / TouchImageView

Adds touch functionality to Android ImageView.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to disable fling?

tianye2856 opened this issue · comments

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

commented

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!