Drawing on canvas using touchscreen devices
22:50 19 Aug 2016

I've been doing a bit of searching to see if it is possible to allow touch screen users to draw on the canvas tag through raw JavaScript. So far, I am not having much luck and end up going back to square one again of having a canvas that cannot be interacted with. I have the canvas inside of a div. Any advice as to how I could accomplish this? I've tried some tutorials and they only seem to work for desktop devices and click events, not when the user is moving their finger across the canvas.

javascript html html5-canvas touchscreen