diff --git a/demos/js/common/demo.js b/demos/js/common/demo.js index f3fe900..0c52e34 100644 --- a/demos/js/common/demo.js +++ b/demos/js/common/demo.js @@ -564,6 +564,7 @@ function createDraggablePoint(offset, startingPos, size, el, cb) { // Stop the scrolling on a mobile device // when we are dragging a point on the canvas if(isDragging) { + e.preventDefault(); } }; $(el).on('mousemove', mouseMoveHandler);