more digging...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-02-18 19:22:11 +04:00
parent 74c0693903
commit 44251bada2

View File

@ -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