this post was submitted on 30 Jul 2023
31 points (94.3% liked)
Voyager
5581 readers
38 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 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I am probably totally wrong on this one because it is something that I think to vaguely remember… but didn’t this have anything to do with the fact that it is not a real app but a PWA, so it is not possible to implement it currently, but when Voyager will go full-app it will be possible?
Swipe anywhere to go back is possible with a PWA.
The only reason it can't be implemented right now is because Ionic doesn't support it, see: https://github.com/ionic-team/ionic-framework/issues/27743
Thanks for clearing that up. I really hope they get it sorted out.
Thanks for your input. Can someone confirm that this is the case? I find it hard to believe that only ‘back’ would be blocked by this but any other function works when swiping from anywhere but the edge. But you may be absolutely right. :)
I am wrong... It was tap menu to go to top that was only possible in an app... See https://lemmy.world/post/2176764
Glad to hear it’s possible.
But sad that so far all Lemmy app developers didn’t do this as their first and prioritised gesture, IMO it’s by far the most important for a nice browsing experience.
Technically should be possible, it’s just likely far more difficult to implement in a PWA because you have to handle conflicts with any other gestures and web-related things
But the gesture is already there, for example as a downvote/upvote, collapse or comment. It’s just not assigned to going back.