Touch Events
jCanvas supports native touch events on iOS and Android using the touchstart
, touchend
, and touchmove
events.
As a bonus, jCanvas will also convert existing mousedown
, mouseup
, and mousemove
callbacks to their respective touch events on iOS and Android. In other words, jCanvas code that you’ve written for desktop browsers will be automatically optimized for mobile browsers on iOS and Android.
At this time, jCanvas does not support multi-touch.