fix(android): fixed issues on android 15+ white space above keyboard - #2388
Merged
Conversation
…esizing on android 15+
OS-kepatotorica
requested review from
benmccarty91,
jcesarmobile,
markemer and
theproducer
July 15, 2025 16:11
|
Released dev build of keyboard with dev version: 7.0.2-dev-2388-20250715T161215.0 |
benmccarty91
approved these changes
Jul 15, 2025
Closed
3 tasks
This comment was marked as abuse.
This comment was marked as abuse.
Contributor
|
The Capacitor docs says
Could you explain to me what this bug is? And would it be a valid approach to try and git this fixed by the Android dev team? Or have you already tried that? |
This was referenced Aug 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
On android 15+ we need to take the gesture bar into account (as well as the three button nav)
Closes: https://github.com/kensodemann/issue-53807
Testing notes (screenshots on Jira ticket):
Pixel 9 (physical, gesture navigation) → ✅
Pixel 9 (physical, 3 button navigation) → ✅
Pixel 8 pro emulator → ✅
Pixel 4 (android 14, emulator) → ✅
Pixel 4 (android 13, emulator) → ✅
Pixel 7a (android 15, emulator) → ✅