Hello
I need to do stuff with swipe events and scroll event. So I have something like
$('.content').live('swipeleft swiperight scrollstart scrollstop',function(event){
What happens when I swipe is that scrollstart and scrollend also fire. Which only happens on my Ipad 1 and not in my Chrome browser
Furthermore, I've tried setting different values for the swipe properties
- $(document).bind("mobileinit", function(){
- $.event.special.swipe.scrollSupressionThreshold = 10 ;
No effect!
Any suggestions ?
Cheers
Luca