i bind swiperight event to a element.it's successful that test in firefox browser(mobile firefox).but when i test it in uc browser,the page will go back because of the uc browser's gesture function.
i try to use event.preventDefault and event.stopPropagation in the end of swiperight event,but the page still go back as the browser's gesture.
so i want to know how to avoid the browser's default gesture function???
thank you for you help.