-
Notifications
You must be signed in to change notification settings - Fork 18
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
Feature request: add vertical swipes. #67
Comments
We probably don't need external libraries to support vertical swipes, however, having a per-card swipe is probably a niche use and quite long to integrate. |
Thanks for the feedback. |
Ok, but let's discuss the implementation before doing a pull request so you don't waste time. |
I was thinking about it and I think the most simple way is to have the following config: Tabnumber1: Tabnumber2:
If an entry does not exist there is no navigation 1:
5:
So in this case if user starts on tab 1, up will take to tab2 , down to 3. In tab 2 down will lead back to tab 1 and so forth. Use case is : So I would start at a root level and navigate down to drill in detail up to go back to main level etc... I found another card (tab redirect card) that contains the code one could use to jump to a tab. |
Not an issue . Request for new feature.
Adopt hammer.js and support also vertical swipes.
adding configuration for cards (as in swipe card) and a destination card for each swipe direction (S,E,W,N).
In this way a truly navigable ui could be created: swiping from one card to the other
Thanks
The text was updated successfully, but these errors were encountered: