-
Notifications
You must be signed in to change notification settings - Fork 2
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
Any thought about handling touch events? #1
Comments
I think that'd make it a lot more attractive for use in mobile apps, so, yes. But @csuwldcat and @pennyfx have spent a lot more time thinking about x-tags so I'll ultimately defer to their wisdom here :) |
We should definitely add touch to every clickable tag. We have basic
|
I expect you already know this, but |
BTW - playing w/ hammerjs, i easily to swipe events to lead to slides; but I also quickly realized that in some scenarios I really want to react to drags, which I can't really do w/o teaching slidebox about partial drags. It might be really nice to build into slidebox an event that says "drag horizontally N pixels", and on dragEnd, have the slidebox component figure out whether to "finish" the slide, or to revert to the current position based on where the drag ended relative to a full slide. Hopefully the above makes sense to you =). |
Yeah, the touch/gestures I spec'd make this much easier. I'll see what we
|
I'm wondering whether you think handling touch events (e.g. swipes) is in scope for something like slidebox?
The text was updated successfully, but these errors were encountered: