I’m working on a deck right now, using my laptop, and I’ve been using the arrow keys to quickly switch between cards. I gave it to a friend (who is unfamiliar with Decker) to test on their phone, and their very first comment was “when I swipe left to go to the next card, it takes me to the previous card instead”.
I want to address this, but I’m not sure how.
- I could say “that’s just how it is, deal with it”, but I imagine other people will get tripped up by this too
- I could override the
navigateevent to work “backwards”, which will make touch-screens feel more natural, but then arrow-key navigation is weird - I could override the
navigateevent to do nothing, which prevents a convenient shortcut but also prevents confusion
I already have “back” and “next” buttons on every card, as well as a table-of-contents card, so losing the navigation shortcuts wouldn’t be the worst thing in the world, and that is probably what I’ll go for.
Are there any other alternatives?
