Open florianboudot opened 9 years ago
vazila fé le
ouais t'as raison pardon :dancers:
The actual problem is here, and where we use those variables
var EVENT_down = Modernizr.touch ? 'touchstart' : 'mousedown';
var EVENT_up = Modernizr.touch ? 'touchend' : 'mouseup';
var EVENT_click = Modernizr.touch ? 'click' : 'click';
var EVENT_leave = Modernizr.touch ? 'touchcancel' : 'mouseleave';
On my computer with touchscreen we cannot use the shortcuts and fast forward and backward