From 44251bada23e922fc24850616bc6b0658da0fa4e Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 18 Feb 2013 19:22:11 +0400 Subject: [PATCH] more digging... Signed-off-by: Alex A. Naanou --- layout-iscroll2.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layout-iscroll2.html b/layout-iscroll2.html index ef0ed16..f119cd5 100755 --- a/layout-iscroll2.html +++ b/layout-iscroll2.html @@ -120,7 +120,8 @@ $(document).ready(function(){ .on('touchmove', function(evt){ evt.preventDefault() - var pos_x = evt.touches[0].pointX + //var pos_x = evt.touches[0].pointX + var pos_x = evt.pageX if(_x == null){ _x = pos_x