Skip to content

[minibrowser] Take into account IME insets #193

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

Merged
merged 1 commit into from
Apr 3, 2025
Merged

Conversation

aperezdc
Copy link
Member

@aperezdc aperezdc commented Apr 3, 2025

Check whether IME is visible (i.e. the on screen keyboard) and take it into account when applying insets to the main browser fragment. Previously only the system bars insets were taken into account, which resulted in the IME covering the toolbar and part of the web view.

Fixes #192

Check whether IME is visible (i.e. the on screen keyboard) and take
it into account when applying insets to the main browser fragment.
Previously only the system bars insets were taken into account, which
resulted in the IME covering the toolbar and part of the web view.

Fixes #192
@aperezdc aperezdc added the bug Something isn't working label Apr 3, 2025
@aperezdc aperezdc requested a review from neodesys April 3, 2025 11:13
@aperezdc aperezdc self-assigned this Apr 3, 2025
@aperezdc aperezdc merged commit b918e3f into main Apr 3, 2025
6 checks passed
@aperezdc aperezdc deleted the aperezdc/ime-insets branch April 3, 2025 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Keyboard covers toolbar on Android 15
2 participants