From 85c1590539545c7d1fd3e288064e0ed325ef1f5d Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 18 Feb 2013 19:30:04 +0400 Subject: [PATCH] more digging... Signed-off-by: Alex A. Naanou --- layout-iscroll2.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout-iscroll2.html b/layout-iscroll2.html index e77f80c..7c9a51d 100755 --- a/layout-iscroll2.html +++ b/layout-iscroll2.html @@ -123,7 +123,7 @@ $(document).ready(function(){ //var pos_x = event.touches[0].pointX var pos_x = event.pageX - console.log(event, event.pageX, event.clientX, event.touches) + console.log(event.pageX + ' ' + event.clientX +' '+ event.touches) if(_x == null){ _x = pos_x