@Kilian hello ahh what I meant was when you swipe and then you go back to the previous screen (just like in IOS) Have you tried?
k
Kilian
10/09/2023, 7:48 AM
this should work with android gesture navigation without adding any extra code. it’s just like the back click.
m
mangubatrj
10/09/2023, 8:01 AM
@Kilian ah yes sorry I meant for IOS
do you know how this works for IOS? via the voyager library 🔝
k
Kilian
10/09/2023, 8:07 AM
personally i think you should change navigation for ios because it’s not what ios users are used to.
But i think you could make a “main” composeable atop all your other compose code an add a gesture handler
m
mangubatrj
10/09/2023, 9:42 AM
@Kilian ahh ok if its alright do you have any reference on gesture handlers for compose multiplatform?
our Android side for app is already working but we need this for IOS using compose multiplatform