You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: