In Compose multiplatform, after updating `org.jetb...
# multiplatform
d
In Compose multiplatform, after updating
org.jetbrains.compose
plugin from
"1.8.0-beta01"
to
"1.8.0-beta02"/"1.8.0-rc01"
and/or
org.jetbrains.androidx.navigation:navigation-compose
from
"2.9.0-alpha15"
to
"2.9.0-alpha16"/"2.9.0-alpha17"
(any combination has the same effect) On iOS: ModalBottomSheet inside NavHost dialog destination doesn’t react to drag or any other input, on any input is immediately popped out. On Android it works normally… Here is the simple example that reproduces the issue: https://github.com/doolle89/IosDialogTest/blob/main/composeApp/src/commonMain/kotlin/sample/ios_dialog_test/App.kt https://github.com/doolle89/IosDialogTest/blob/main/gradle/libs.versions.toml Did anyone notice the same issue?
v
Thanks for reporting, We created issue in YouTrack, so you can track the state https://youtrack.jetbrains.com/issue/CMP-8075/iOS-MBS-inside-NavHost-dialog-destination-doesnt-react-to-gestures
d
Perfect, thank you!