diff --git a/jquery.onepage-scroll.js b/jquery.onepage-scroll.js index 71c75ba..6b92e13 100644 --- a/jquery.onepage-scroll.js +++ b/jquery.onepage-scroll.js @@ -48,6 +48,7 @@ if (touches && touches.length) { startX = touches[0].pageX; startY = touches[0].pageY; + $this.unbind('touchmove', touchmove); $this.bind('touchmove', touchmove); } }