From edfdedcb611e36e4bc95502d14c99634b5cef870 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 18 Feb 2013 19:53:38 +0400 Subject: [PATCH] got the manual scroll working... Signed-off-by: Alex A. Naanou --- layout-iscroll2.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layout-iscroll2.html b/layout-iscroll2.html index afaca71..0f5875f 100755 --- a/layout-iscroll2.html +++ b/layout-iscroll2.html @@ -139,6 +139,7 @@ $(document).ready(function(){ //logger.log('[touchend]') scrolling = false togglePageDragging('off') + _x = null }) } else { @@ -168,6 +169,7 @@ $(document).ready(function(){ //logger.log('[touchend]') scrolling = false togglePageDragging('off') + _x = null }) }