Closed chrisjenx closed 1 year ago
Google owns the Android specific implementation. Could you please create a ticket here?
Sure
On Tue, Oct 10, 2023 at 2:00 AM Elijah Semyonov @.***> wrote:
Google owns the Android specific implementation. Could you please create a ticket there https://issuetracker.google.com/issues/new?component=612128&template=1253476 ?
— Reply to this email directly, view it on GitHub https://github.com/JetBrains/compose-multiplatform/issues/3795#issuecomment-1754625332, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAI5DMNLVPWXTT4BCFCETZLX6T6C7AVCNFSM6AAAAAA5ZV3CQKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONJUGYZDKMZTGI . You are receiving this because you authored the thread.Message ID: @.***>
Thanks! Can you give me a ticket link so I can attach it to this issue and close it?
I will close out until I can do a better bug report for you
Hi everyone. I have the same problem with using ModalBottomSheet. Can anyone help me to solw it? Thanks!
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.
@Argamm I haven't tried since using the updated compose, they fixed a bunch of stuff in 1.7 and 1.3 Compose and M3 respectively so might be worth trying again
Describe the bug
ModalBottomSheet does not respect window insets correctly, it will inset double the keyboard height even when WindowInsets are set to (0) or systemBars only etc (See image)
Affected platforms
If the bug is Android-only, report it in the Jetpack Compose tracker
Versions
To Reproduce Steps and/or the code snippet to reproduce the behavior: Add
ModalBottomSheet
Add TextField Focus text field for soft keyboard See modal be pushed up double keyboard heightExpected behavior ModalBottomSheet, should respect correct window insets.
Screenshots
Additional context
Looks like this might have been addressed in Compose M3 1.2.0-alpha02