I\'m trying to create a swipe event using React. I do not want to use any external component or jquery.
The css is something like :
.outter{ posit
Just found a DOM event that could be useful. Add .ontouchend to your HTML tag to detect any swipe event originating from that tag.
https://www.w3schools.com/jsref/event_touchend.asp - ref