Title: Mobile touch
Last modified: February 5, 2021

---

# Mobile touch

 *  Resolved [playdiune](https://wordpress.org/support/users/playdiune/)
 * (@playdiune)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/mobile-touch/)
 * When I am viewing the caroussel on a mobile phone, I cannot slide the site up
   or down if I press on the carousel.
 * This is bad if the carousel occupies a significant part of the screen, because
   you cannot get out of there.
 * Thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmobile-touch%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Plugin Author [thehowarde](https://wordpress.org/support/users/thehowarde/)
 * (@thehowarde)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/mobile-touch/#post-14009220)
 * This concern is more to do with Owl Carousel as a whole, rather than the functionality
   of my plugin, which uses the Owl Carousel jQuery plugin. [https://owlcarousel2.github.io/OwlCarousel2/](https://owlcarousel2.github.io/OwlCarousel2/)
 *  Thread Starter [playdiune](https://wordpress.org/support/users/playdiune/)
 * (@playdiune)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/mobile-touch/#post-14010250)
 * Hello [@thehowarde](https://wordpress.org/support/users/thehowarde/)
 * I visited the Owl Carousel jQuery website and tested all the demos that the website
   has available. In all demos I can press my finger on the carousel and slide the
   site up and down (on mobile).
 * About your plugin Issue:
    – touch and drag works horizontally for the carousel,
   but not for the page, even if we drag up and down. This is very limiting on mobile
   as users cant scroll the page at all if the carousel takes the full screen!
 * Is there something we can do to allow the website to slide up and down through
   the slides created by your plugin?
 * Thanks for your great plugin.
    -  This reply was modified 5 years, 4 months ago by [playdiune](https://wordpress.org/support/users/playdiune/).
 *  Plugin Author [thehowarde](https://wordpress.org/support/users/thehowarde/)
 * (@thehowarde)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/mobile-touch/#post-14010263)
 * Where specifically is your carousel?
 *  Thread Starter [playdiune](https://wordpress.org/support/users/playdiune/)
 * (@playdiune)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/mobile-touch/#post-14010271)
 * Hello [@thehowarde](https://wordpress.org/support/users/thehowarde/)
 * This is the website [http://cliente.euromillionsplay.com/](http://cliente.euromillionsplay.com/)
 * The carousel is under the starting slider
 * Thanks
 *  Plugin Author [thehowarde](https://wordpress.org/support/users/thehowarde/)
 * (@thehowarde)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/mobile-touch/#post-14010280)
 * I’ll take a look.
 *  Thread Starter [playdiune](https://wordpress.org/support/users/playdiune/)
 * (@playdiune)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/mobile-touch/#post-14010290)
 * [@thehowarde](https://wordpress.org/support/users/thehowarde/)
 * i found this solution for a similar plugin with the same problem:
 *     ```
       .owl-carousel .owl-stage,
       .owl-carousel.owl-drag .owl-item{
           -ms-touch-action: auto;
               touch-action: auto;
       }
       ```
   
 * Can it be used for your plugin ?
 *  Plugin Author [thehowarde](https://wordpress.org/support/users/thehowarde/)
 * (@thehowarde)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/mobile-touch/#post-14010321)
 * You could add that css to your wordpress customizer or to your theme’s css file
   and try it. I don’t have time to mess with this right now. Currently the touch
   swipe is active, so that you can swipe the carousel with your finger from side
   to side.
 *  Thread Starter [playdiune](https://wordpress.org/support/users/playdiune/)
 * (@playdiune)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/mobile-touch/#post-14010334)
 * [@thehowarde](https://wordpress.org/support/users/thehowarde/)
 * This CSS doesnt work with your plugin.
 *  Thread Starter [playdiune](https://wordpress.org/support/users/playdiune/)
 * (@playdiune)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/mobile-touch/#post-14010417)
 * [@thehowarde](https://wordpress.org/support/users/thehowarde/)
 * Got the solution for my case:
 *     ```
       .owl-carousel.owl-drag .owl-item {
           -ms-touch-action: pan-y !important;
           touch-action: pan-y !important;
       }
       ```
   
 * Now, it is working and i can scrool up and down, on mobile 🙂

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Mobile touch’ is closed to new replies.

 * ![](https://ps.w.org/dd-post-carousel/assets/icon-128x128.png?rev=1929447)
 * [Custom Post Carousels with Owl](https://wordpress.org/plugins/dd-post-carousel/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/dd-post-carousel/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/dd-post-carousel/)
 * [Active Topics](https://wordpress.org/support/plugin/dd-post-carousel/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/dd-post-carousel/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/dd-post-carousel/reviews/)

 * 9 replies
 * 2 participants
 * Last reply from: [playdiune](https://wordpress.org/support/users/playdiune/)
 * Last activity: [5 years, 4 months ago](https://wordpress.org/support/topic/mobile-touch/#post-14010417)
 * Status: resolved