Are thresholds available on swipeleft or swiperight?
I'll explain the issue.
I have a list where each li has a swipeleft AND swiperight event attached.
Both actions do different things.
I'm getting the age old iphone HD screen issue where the threshold for the horizantal movement is too low at only 30px.
BUT it seems that only the swipe event can have this threshold set... not the swipeleft or swiperight event.
Is this correct? If so, how do i acheive what i am looking for?
I have already tried setting the thresholds in my mobileinit method and i'm seeing no change to the event.
Any help would be great.