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){