Dusan Stefanovic
04/28/2025, 11:36 PMorg.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?Vlad Konstantinov
04/29/2025, 9:10 AMDusan Stefanovic
04/29/2025, 9:35 AM