Skip to content
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 Component Ignores draggable: false on Mobile Devices #9771

Open
afiqnasri94 opened this issue Nov 18, 2024 · 1 comment
Open

Comments

@afiqnasri94
Copy link

Reproduction url

https://stackblitz.com/edit/angular-ytkhko-cwxnmx?file=src%2Fapp%2Fapp.component.html

Description

I’m experiencing an issue with the Carousel component in Taiga-UI when setting the draggable property to false. While this setting successfully prevents dragging on desktop, it does not work as expected in mobile view. On mobile devices, users are still able to drag between slides, even though draggable is explicitly set to false.

Taiga UI version

4.15.0

Browser Used

Chrome

OS Used

Android

@waterplea
Copy link
Collaborator

This is working as expected at the moment, draggable is not to set touch devices, it is for dragging with mouse. We cannot just disabled carousel completely on all phones (draggable is false by default). Carousel is kind of outdated and we need to rework it, but all that would be breaking change. This would have to wait for major release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants