Home Forums Chart Support Disable touch support Reply To: Disable touch support

#5452

I did a brute force attempt to unbind events with

$('canvas').unbind('touchstart touchmove touchend mouseenter mouseleave click mousedown mouseup');

But no success.