From 33f4c6934d26bfee6fdcca1c083755e68d1c60b9 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 18 Feb 2013 19:10:22 +0400 Subject: [PATCH] more digging... Signed-off-by: Alex A. Naanou --- layout-iscroll2.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layout-iscroll2.html b/layout-iscroll2.html index 57a04d6..86e9347 100755 --- a/layout-iscroll2.html +++ b/layout-iscroll2.html @@ -121,6 +121,7 @@ $(document).ready(function(){ .on('mousemove touchmove', function(evt){ //var t = evt.timeStamp || Date.now(); evt.preventDefault() + console.log(evt.touches) if(evt.touches != null && evt.touches.length > 0){ console.log('touching!!!') var pos_x = evt.touches[0].pointX