How to prevent tap and swipe together

Ashhearts

New Member
I developed the ipad webapp where user can go to next or previous page with swipe page to left or right. Thus 3 pages are loading together but just one displaying. I have found the bug : user can click the link at page and swipe it to the right. In this case I'll see a new page but previous page will be updated too. So I'd like to prevent tap and swipe at the same time. If the user clicks the specific link or button the swipe gesture should be prevented. I using javascript and jquery. Could you explain me how to do that?
 
Back
Top