-
Notifications
You must be signed in to change notification settings - Fork 9
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
Discuss touch action #8
Comments
id like to see a usecase of this one.. this has no behavior in desktop, which makes me unlikely to use it, so seeing this in context in a real usecase would help |
Slide left and right on mobile: https://svelte-materialify.vercel.app/components/slide-groups/ |
interesting. why not implement a desktop cursor slide left/right as well? |
Just replace the touch events with pointer events for desktop support, this is useful for drag actions in components such as carousels and navigation drawers. |
Consider adding something like this to the collection https://svelte-materialify.vercel.app/actions/touch/
The text was updated successfully, but these errors were encountered: