I hope you are well today, I am trying to calculate the swipe distance (a touch gesture) on a mobile website, how would you work out how many pixels the user has swiped across the screen?
$('.cmButtons').live('swipeleft',function(){
console.log("swiped left");
});