【Slim2】I can’t crawl on iPad / iPhone

Yes, I edited the file css/owl.carousel.min.css and replaced what was there:

.owl-carousel.owl-drag .owl-item{
-ms-touch-action: none;
touch-action: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

with:

.owl-carousel.owl-drag .owl-item{
-ms-touch-action: initial;
touch-action: initial;
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}

This change does appear to work properly on the iPhone SE that I have. I will test it on several more browsers and phones and verify that it is working across the board.

Hi there

Any update? I just tried it again and it works for me now

Regards

Yes, this is now working everywhere that I have tried it. I would call this a successful repair at this point. Thank you very much for your help with this!

Hi

That’s nice to hear :slight_smile:
Have a good day