Page Displacement on Swipe
I thought that jQuery Mobile included the page displacement on swipe by Default, but i'm working on a new site and I'm unable to get it to work.
- $.mobile.defaultPageTransition = 'slide';
- $.event.special.swipe.horizontalDistanceThreshold = 150;
- $.event.special.swipe.scrollSupressionThreshold = 20;
From my understanding of the documentation the Supression Threshold allowed for pages to have some play when a user swipes to the right or left. On my page when a user swipes left or right there is no page displacement or play, shouldn't there be 30px by default?