-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
[Bug]: Text input mode cannot be changed #2866
Comments
Try Adjust Terminal Margin/Padding - Termux Wiki |
Changing the margin and the device orientation do not help at all. |
This is probably the same bug as #2503 |
I had this same issue. I find that swiping upwards to close the front-end of the application fixes the problem. But that is inconvenient. I noticed that there is a more convenient trick to reset the keyboard state, but it requires a bit of finesse.
This process triggers two keyboard state changes, and the reset occurs before whatever error happens on the text input mode side that leads to android input mode acquiring sticky control over your inputs. Maybe someone wiser than I can also use this information to pinpoint the error, but in the meantime, I find this quite easy to do once internalized. |
Within the past month, I became aware of the text input view. And I have experienced the same issue noted here. I spent some time testing and observing but have not come to a conclusion. Can confirm as workaround on my Pixel, when want to exit text input view :
Also confirmed that the workaround mentioned here works on my Pixel: |
On my device, to be able to swipe right (to bring back the extra keys), I have to touch on the screen outside the text input area to remove the cursor from that area. Then I can swipe right and see the extra keys. |
Problem description
When opening the text input view by dragging to the left on the extra key row, i cannot bring up the extra key row again by dragging to the right. Somehow i got lucky in the video but usually i can never get out of the text input view mode, not even after spending minutes dragging to the right.
Screen_Recording_20220706-022357_Termux.mp4
Steps to reproduce the behavior.
Open text input view mode by dragging to the left on the extra key row
What is the expected behavior?
No response
System information
The text was updated successfully, but these errors were encountered: