HM Tamim

Results 15 comments of HM Tamim

Same here, only in iOS. It closes when TextField is focused and keyboard opens up. Compose 1.6

It seems the culprit is `confirmValueChange` in `rememberModalBottomSheetState`, it's using rememberSaveable where confirmValueChange is used as a key. When this method changes in iOS somehow when you open keyboard or...

Updating like this can solve the issue ``` ComposeUIViewController( configure = { onFocusBehavior = OnFocusBehavior. DoNothing } ) { // Composable content } ```

For the 2nd issue, I've found the cause, and raising a PR https://github.com/adrielcafe/voyager/issues/330#issuecomment-1986107362