owl-carousel Unable to preventDefault owl-carousel Unable to preventDefault google-chrome google-chrome

owl-carousel Unable to preventDefault


Solution - In owl.carousel.css add:

.owl-carousel {    touch-action: manipulation; }


touch-action: manipulation;

This line saved me.


You can use this css to fixed your bug

.owl-carousel {  touch-action: none;}