Has anyone been able to implement native iOS swipe...
# multiplatform
n
Has anyone been able to implement native iOS swipe to back navigation when using Compose Multiplatform views?
g
Good question. They mentined that it should work here https://github.com/JetBrains/compose-multiplatform-core/pull/1731, but not sure how to implement
❤️ 3
plus1 2
s
Have you looked at Voyant?
p
I'm also interested in this. I'm currently using Voyager and I'm using the solution/workaround mentioned in this github issue. Unfortunately, that solution stopped working for me after upgrading to compose 1.7. I tried Voyant but couldn't get it working at all unfortunately. I'm thinking off switching off voyager to native Android / iOS navigation.
n
Currently I am using iOS navigation, I basically have SwiftUI views that contain Ui View Controller Representables which hold the Compose Multiplatfom view, and using this strategy, I’m losing the swipe to back gesture navigation although I can still use Navigation links and back buttons, but I can’t use the default iOS swipe navigation and I’m trying to find a solution to it