-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Native text input box hides the keyboard #2077
Labels
Comments
Confirming issue on the latest version (v0.113). Doesn't happen on 0.112. |
ghost
added
the
bug report
label
May 21, 2021
Thanks for the report. Should be fixed in the next release. |
Nice! Thank youuu~ |
welcome :) |
ghost
locked and limited conversation to collaborators
Oct 17, 2021
AdamMickiewich
pushed a commit
to VolyaTeam/dzida-app
that referenced
this issue
Aug 8, 2022
The TerminalToolbarViewPager EditText was requesting focus when it was selected. This called the TerminalView.onFocusChange() event with hasFocus=false, which closed the soft keyboard. Now soft keyboard will only be closed if both of them don't have focus. Fixes termux#2077
shrihankp
pushed a commit
to reisxd/termux-app
that referenced
this issue
Oct 20, 2022
The TerminalToolbarViewPager EditText was requesting focus when it was selected. This called the TerminalView.onFocusChange() event with hasFocus=false, which closed the soft keyboard. Now soft keyboard will only be closed if both of them don't have focus. Fixes termux#2077
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Problem description
When you swipe the extra keys row to get to the native input text box for typing, the soft keyboard hides itself.
In addition, when you tap the terminal, if you tap the text input box again, the keyboard hides and returns really quickly, resizing the terminal twice in the process. (Which can be really noticeable in ncurses programs)
Steps to reproduce
And for bonus points, after the above:
Expected behavior
Neither situation should hide the keyboard and cause terminal resizes.
Additional information
The text was updated successfully, but these errors were encountered: