23
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 27 Mar 2024
23 points (96.0% liked)
Voyager
5766 readers
46 users here now
The official lemmy community for Voyager, an open source, mobile-first client for lemmy.
Rules
- Be nice.
- lemmy.world instance policy
Sponsor development! 👇
💙
founded 2 years ago
MODERATORS
The app originated from iOS and the design language of swiping from left edge in is always to go back in the history; and design language of swiping from right edge in is always to go forward in the history stack. The forward swipe is not straight forward in the ionic framework the app is currently implemented in, but in all cases it shouldn’t break the design language.
The design language generally suggests something near the header (i.e. the sort and moderator icons area ), inset from the existing interaction button, to have up/down arrows to move to previous/next item in the same list, and I think maybe some optional buttons there might make sense.
Though, given the type of app this is (social link aggregator with up/down votes), simple arrows might be confusing for some users. Perhaps a visually different set of arrows might do the trick…?
Self reply because it’s been a while: come to think of it, wasn’t that where Apollo had the previous / next comment on current post skip?