Open awvalenti opened 5 years ago
Edge needs to handle pointerdown/pointerup/pointermove events. Current code using touchstart/touchmove/touchend should be adapted by:
To test whether should add pointer events, could try testing this CoffeeScript condition: 'ontouchstart' of window. It's false on Edge.
Edge needs to handle pointerdown/pointerup/pointermove events. Current code using touchstart/touchmove/touchend should be adapted by:
To test whether should add pointer events, could try testing this CoffeeScript condition: 'ontouchstart' of window. It's false on Edge.