-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Carousel on mobile blocking scroll events #1837
Comments
Fixed in #1822 |
No working on: Vue version: 3.X PrimeVue version: 3.21 Browser: Any broswer |
The bug still happening. Isn't fixes. In the documentation can see and try. |
Still facing the bug. The scroll event on the carousel is still getting blocked on mobile devices. |
I am also facing this issue on the latest version, has anyone got any work around or patches? |
Yes, I just create a new one that import the original, and extend his methods.
|
Thank you, It solved my issue :) |
I'm having the same problem with my vue project. I don't fully understand your solution. Can you help me? |
Is just a new const, that extend the original Carousel from Primevue, and replace onTouchMove for empty code, to prevent the issue in the core of PrimeVue |
Bana bir örnek verebilir misiniz? Çünkü ben yeniyim. |
Please, use English, is hard to understand what you mean without a translator.
In this example, I create CustomCarousel that includes Now I have a clone of Carousel inside my CustomCarousel. The next step is to rewrite the method Hope you understand, buddy |
We're seeing this on our project as well and it's quite unfortunate because we are pretty heavily using the carousels. I am frustrated that there is no update from the developer regarding this. This issue needs to be reopened. |
@mertsincan @tugcekucukoglu This is still a very present issue on latest primevue version. Mobile scroll is broken when trying to scroll from carousel component. It is not moving at all. We are using Nuxt module and our config contains:
Since we are using unstyled mode and using preset, our carousel preset looks like this (unimportant stuff ommited):
and then on App.vue or on main entry page we have this:
This might help somebody who can't extend |
I'm submitting a ...
Current behavior
Using the Carousel component on mobile.
Expected behavior
User can scroll down.
Minimal reproduction of the problem with instructions
Go to the carousel documentation :
https://www.primefaces.org/primevue/showcase-v2/#/carousel
Set your browser on mobile screen.
Try to scroll down the page.
What is the motivation / use case for changing the behavior?
The carousel is blocking the scroll event on mobile devices.
Please tell us about your environment:
Any OS.
Vue version: 2.X
PrimeVue version: 2.7
Browser: Any broswer
Thank you.
The text was updated successfully, but these errors were encountered: