1

I have one problem where users on the scroll fire click event and open the gallery accidental.

Here is my current code:

gallery.on('click',function(e){
    e.preventDefault();
    /** SOME MY CODE **/
});

How to prevent this click when user scrolling and fire it ONLY when user click to it on the mobile browser or any other touchscreen device?

Ivijan Stefan Stipić
  • 6,249
  • 6
  • 45
  • 78

0 Answers0