I try to implement some javascript functions for my Ipad device. I would like to use some swipe action and click action on my canvas div.
I implemented the horizonta
You could try to prevent the default action of the touchmove event.