I wish compose multiplatform had better back handl...
# multiplatform
d
I wish compose multiplatform had better back handling for iOS. Most native iOS apps use a cupertino style navigation where if the user drags the screen horizontally (enough pixels), they are taken back to the previous screen. At the moment, I don’t think that’s available on the compose navigation api.
@Sebastian Aigner ^ feature request
👍 1
1
thank you color 1
n
m
Yeah would like to see this feature, use it a lot on iOS when the usual behaviour is for back buttons to be at top of screen!
1
r
This exact thing works very well with Decompose: https://arkivanov.github.io/Decompose/extensions/compose/#predictive-back-gesture-on-other-platforms Using the example code, the iOS animation pretty much looks "iOS-native". And on Android you get the native predictive back as well. In my honest opinion, I see no strong reasons to use the official navigation library over this one (or one of the several other ones).
decompose intensifies 1
s
Sorry for being late to the party, but we hear you on this feedback. We're looking into this, as well as predictive back gestures in general. No ETAs to share at this point, but we'll see what we can do!
❤️ 3
m
could add this to native app and forward actions to Compose app? https://developer.apple.com/documentation/uikit/uiscreenedgepangesturerecognizer
r
any update on this 👀 @Sebastian Aigner?
plus one 2
850 Views