Owlcarousel2: Android Devices Scroll Issue

Created on 13 Apr 2018  路  2Comments  路  Source: OwlCarousel2/OwlCarousel2

In a newest version on OWL there is problem with vertical scrolling when user achieve section with slider. I've needed to install version 2.2.1 and then everything was working ok. I tested it on Google Chrome

Most helpful comment

https://github.com/OwlCarousel2/OwlCarousel2/blob/b5e907f45aa2ff554c658baaddfe2135278ef7ab/docs/assets/owlcarousel/assets/owl.carousel.css#L81-L83

Something was changed on this element that stops touch actions, its been corrected but I dont think the assets have been updated. You can fix this by adding something like

.owl-item {
        touch-action: initial !important;
}

Hopefully this will be fixed soon

All 2 comments

https://github.com/OwlCarousel2/OwlCarousel2/blob/b5e907f45aa2ff554c658baaddfe2135278ef7ab/docs/assets/owlcarousel/assets/owl.carousel.css#L81-L83

Something was changed on this element that stops touch actions, its been corrected but I dont think the assets have been updated. You can fix this by adding something like

.owl-item {
        touch-action: initial !important;
}

Hopefully this will be fixed soon

Thanks a lot @keefyhub
You have saved my day!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

shamimsaj picture shamimsaj  路  3Comments

SimonHarte picture SimonHarte  路  3Comments

stratboy picture stratboy  路  3Comments

shofer4eto picture shofer4eto  路  4Comments

SoufianeAbid picture SoufianeAbid  路  3Comments