D
D
Denis2020-04-27 12:03:14
css
Denis, 2020-04-27 12:03:14

Website won't scroll on mobile?

No one has come across, the site will not scroll from mobile, and this is only in the slider area. Further all the rules. I don't understand why is that? Well, this is only if you go from the phone. with devtools the wheel works, but there is no tap..... here you can see... this is the prototype of alena2.woldol.org

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Sharomet, 2020-04-27
@Drumsid

The default owl carousel is touch-action: none; for owl-item.
Fix or add:

.owl-carousel.owl-drag .owl-item {
 -ms-touch-action: auto;
  touch-action: auto;
}

S
strelok011, 2020-04-27
@strelok011

remove the owl-drag class - a vertical page drag appears

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question