Skip to content

fix: keyboard covers password field on Android#65

Open
brahmlower wants to merge 1 commit intodonetick:mainfrom
brahmlower:fix-keyboard-covers-password-field
Open

fix: keyboard covers password field on Android#65
brahmlower wants to merge 1 commit intodonetick:mainfrom
brahmlower:fix-keyboard-covers-password-field

Conversation

@brahmlower
Copy link
Copy Markdown

@brahmlower brahmlower commented Feb 24, 2026

This PR fixes an issue on android where the onscreen keyboard covers some UI elements, making it difficult to know if the right field is selected without having to manually scroll the viewport.

The capacitor keyboard library helps fix this behavior with the resize option for ios, and the resizeOnFullScreen for android. Capacitor keyboard config docs: are here https://capacitorjs.com/docs/apis/keyboard#configuration.

I have not tested these changes on ios. I don't have an iphone and haven't gotten ios emulation set up locally yet.
Edit: I updated the imports for ios, but the keyboard seemed to still cover the fields. This is partially fixed by the display size change in #66, but probably still needs some follow-up work.

Before:

Screen.Recording.2026-02-23.at.4.18.55.PM.mov

After:

Screen.Recording.2026-02-23.at.4.21.15.PM.mov

(the "Oops something went wrong" warnings at the start of the recordings are unrelated- part of some other work I'm testing)

@brahmlower brahmlower force-pushed the fix-keyboard-covers-password-field branch from ac9905b to 8b8052d Compare February 24, 2026 08:14
@brahmlower brahmlower force-pushed the fix-keyboard-covers-password-field branch from 8b8052d to 3503b77 Compare February 24, 2026 08:17
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

Successfully merging this pull request may close these issues.

1 participant