-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Synchronize IME insets with iOS keyboard #875
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
compose/ui/ui/src/uikitMain/kotlin/androidx/compose/ui/uikit/KeyboardOverlapHeight.uikit.kt
Outdated
Show resolved
Hide resolved
@terrakok Can you please merge latest changes from jb-main branch |
4739ce3
to
6747f2a
Compare
6747f2a
to
6bc23ee
Compare
compose/ui/ui/src/uikitMain/kotlin/androidx/compose/ui/window/ComposeWindow.uikit.kt
Outdated
Show resolved
Hide resolved
LGTM, the only question is |
Co-authored-by: dima.avdeev <dima.avdeev@jetbrains.com>
Regarding the default curve, as I understood, default is linear and it is good for us. We can extract it from the keyboard options but it is not required, I guess |
Proper support of the keyboard animation --------- Co-authored-by: dima.avdeev <dima.avdeev@jetbrains.com>
Proper support of the keyboard animation