Skip to content
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

How do I remove the Navigation Bars space from the Keyboard? #1772

Closed
jetberrocal opened this issue May 17, 2024 · 4 comments
Closed

How do I remove the Navigation Bars space from the Keyboard? #1772

jetberrocal opened this issue May 17, 2024 · 4 comments
Assignees

Comments

@jetberrocal
Copy link

I have the same problem as post:There's a space between content and keyboard when using imePadding.

The solution proposed to use navigationBarsWithImePadding only instead of imePadding & navigationBarsPadding no longer is available for current Compose version (2024).

How do I remove the Navigation Bars space from the Keyboard?

@felixlix45
Copy link

I got the same issue, did you already solved the issue?

@jetberrocal
Copy link
Author

jetberrocal commented Jun 4, 2024 via email

@alexvanyo
Copy link
Collaborator

Insets support in accompanist has been replaced by upstream support. The equivalent to Modifier.navigationBarsWithImePadding() is Modifier.navigationBarsPadding().imePadding() using consumption, as described in the migration guide.

@jetberrocal
Copy link
Author

jetberrocal commented Jun 5, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants