Owlcarousel2: Vertical mobile website scroll issue

Created on 30 Mar 2018  路  6Comments  路  Source: OwlCarousel2/OwlCarousel2

I can't vertically scroll website (on mobile), because my finger starts sliding on carousel block (with horizontal scroll).

Live example here - https://shiptor.ru/

Most helpful comment

Hey @daniluski

As so many people reported that they are having issues with this, I'll remove this part that was added earlier so the vertical scrolling will work again as before.

All 6 comments

Fresh bug in css:

css .owl-carousel.owl-drag .owl-item { touch-action none;
This rule is prevent any touch actions. You can redefine it in your own styles. And wait for plugin updates.

This is not a bug, this is intended. As vitaliy mentioned, you can fix this with your own custom css by adding pan-y to the touch-action of .owl-item.

Hello, How could i fix that? I have the same problem.
Thank You,

Hey @daniluski

As so many people reported that they are having issues with this, I'll remove this part that was added earlier so the vertical scrolling will work again as before.

I understand that is not an issue... I know how to use that... but a lot of people don't understand and think that their websites are broken... I think it would work very nice without this resource... Thanks

Let me know how could I update it please

Was this page helpful?
0 / 5 - 0 ratings

Related issues

SoufianeAbid picture SoufianeAbid  路  3Comments

jhig85 picture jhig85  路  3Comments

shofer4eto picture shofer4eto  路  4Comments

stratboy picture stratboy  路  3Comments

SimonHarte picture SimonHarte  路  3Comments