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

Keyboard overlaps input fields on Android #739

Closed
dhruvmisra opened this issue Mar 25, 2020 · 2 comments
Closed

Keyboard overlaps input fields on Android #739

dhruvmisra opened this issue Mar 25, 2020 · 2 comments
Labels
bug to be release Fixed, to be release
Milestone

Comments

@dhruvmisra
Copy link
Contributor

A major known bug in the Android app is the overlap of virtual keyboard on input fields and text areas. Login screens use a hack (increasing bottom padding) to deal with this although causes entire UI to stay on top.
Other activities such as Get Things Done, Markdown, Writer, etc show this problem once the input focus moves below the keyboard.

20-03-25-17-08-57

20-03-25-17-10-04

I will propose a solution in my next PR.

@llaske
Copy link
Owner

llaske commented Apr 4, 2020

Yes, that's true.
The issue is also on iOS thought it's still possible to scroll the screen even when the virtual keyboard is there.

@llaske llaske added the bug label Apr 4, 2020
@llaske llaske changed the title Sugarizer Android: Keyboard overlaps input fields Keyboard overlaps input fields on Android Apr 4, 2020
@llaske
Copy link
Owner

llaske commented Apr 4, 2020

Fixed in #740

@llaske llaske added the to be release Fixed, to be release label Apr 4, 2020
@llaske llaske added this to the v1.4 milestone Sep 19, 2020
@llaske llaske closed this as completed Sep 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug to be release Fixed, to be release
Projects
None yet
Development

No branches or pull requests

2 participants