material2-carousel
material2-carousel copied to clipboard
How to disable the "grab" functionality of the carousel?
Hello,
I need to be able to create a static carousel where users don't "grab" and move the slides within the angular app I am building. This app is only intended for browser platforms for an older demographic as users and they might find the "grab and drag functionality" in moving slides frustrating if the interaction is accidental. Is there any tips/tricks to disable the drag functionality?
This will have to be worked on. Currently it is always on. I might come with something soon, or you can open a PR to help me get this going!
You could try removing hammerjs - it seems that is required for the drag functionality to work. Currently, the drag functionality is not working for me, and I want it to...lol