this post was submitted on 07 Aug 2023
479 points (98.6% liked)
Voyager
5577 readers
22 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
Is this an apple only problemΒΏ? I don't face this on android
Yep it's a Safari (and its webview) bug. This is a quirk that will haunt this app and I don't think there's much that can be done from developer's side other than porting this app to a native library.
The safari bug is actually resolved in the native app for iOS. It only ignores gestures if you swipe quickly while the view is still transitioning, but it no longer latches which is the safari bug.
The problem is that Ionic view transitions are too slow on swipe back (vs native views) this is an Ionic bug though that can be resolved in a future version of Ionic. Basically the view transitions too slowly and you try to swipe right at the tail end of the animation and this initial gesture is ignored.
But it should no longer "freeze" until you stop all gestures, this is resolved in the native app.
Oh nice.
It's still driving me crazy though. I'll wait patiently for that to get fixed...