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