Question
Any sample code how to detect gesture event?
Hi I want to detect gesture event like swiping to left and right without using the Swipe container.
Any sample code for this?
The usage is, I have a container which would behave differently when:
- Single click
- Long press
- swipe
I can do 1 and 2, but now I need to do 3)
