stephband / jquery.event.swipe

jQuery custom events swipeleft, swiperight, swipeup and swipedown
stephband.info/jquery.event.swipe
446 stars 180 forks source link

PreventDefault inside passive #38

Open LouiseSSL opened 7 years ago

LouiseSSL commented 7 years ago

I am using Colorbox Swipe in Drupal 7 and I keep getting this error:

"jquery.event.move.js?osxh2i:399 [Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive."

I have looked this error up and found it is due to a few feature added to browsers recently. This error being the problem doesn't make sense as I have tried the swipe function in many older browsers and mobile devices and the swipe function still does not work at all.

I would appreciate any suggestions in fixing these issues.