Nikhil Bansal
09/05/2025, 10:18 AM@Composable
destinations for screens and on iOS, the swipe back gesture doesn't seem to be working. Does the Compose Multiplatform Navigation library support it on iOS? I can see the API is there, and is enabled but it is not working.
Versions:
• Compose Multiplatform: 1.9.0-rc01
• org.jetbrains.androidx.navigation:navigation-compose
: 2.9.0-rc01
• Kotlin: 2.2.0
• K2: NOT enabled
• iOS: v18.5
Relevant Info:
• ComposeUIViewControllerConfiguration.enableBackGesture
is enabled by default. No changes there.
• Only tested on iOS Simulator, not on physical device.