i searched for solution but couldn't find.
owl-carousel keep logs
unable to preventDefault inside passive event listener due to target being treated as passive. See https://www.chromestatus.com/features/5093566007214080
i'm using owl-carousel 2.2.0 which is https://github.com/OwlCarousel2/OwlCarousel2
Setting of the responsive is very simple. Structure of responsive option: responsive : { // breakpoint from 0 up 0 : { option1 : value, option2 : value, ... }, // breakpoint from 480 up 480 : { option1 : value, option2 : value, ... }, // breakpoint from 768 up 768 : { option1 : value, option2 : value, ... } }
Solution - In owl.carousel.css add:
.owl-carousel
{
touch-action: manipulation;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With