-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Listen the click #8
Comments
You can just add an onClickListener to your View |
but I want to listen the swipe, the click and then do different things. I did that but it only goes to ontuch event so only swipe works |
Hey !, I want to sense the single Tap and Long Tap on my view, can you please suggest the possible way, but this is not a fair work I think, it get called evey time even if other gestures are performed. |
try using the setOnLongClikListener |
this lib is excellent .
The swipe Listeners are working good but I want to listen a click and the swipes too
how can I do that?
The text was updated successfully, but these errors were encountered: