-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Textboxes bugged on Android #36639
Comments
Is it a stock keyboard? Please try using one of different keyboard apps - e.g. Hackers Keyboard. Are they affected too? |
Google Keyboard. I will try it in a moment with other keyboards. |
Just tried Hackers Keyboard and it works fine. The issue only seems to appear with Google Keyboard when "Show suggestion strip" or "Spell check" are enabled in the keyboard settings. |
So, it is more of an issue of keyboard app which don't send keystrokes to CDDA. I don't think we can do anything from our side here. |
Yes, probably, though it works fine in older Experimentals. |
Can you test some old versions (which was previously working properly) now? You can get APK from Release pages, e.g.: https://github.com/CleverRaven/Cataclysm-DDA/releases/tag/cdda-jenkins-b10096 |
9800 and 9310 work fine. Can't test 10096 since there's no Android version in the assets, and I'm away from my PC, so I can't build it from the source right now. What's different between those 2 versions and 10932, is that in 9800 and 9310 the tips from the keyboard never appeared. |
Yea SwiftKey started doing the same thing awhile ago whenever the back button crash got fixed I think, but I just use Codeboard now |
Describe the bug
When inputting characters into a textbox (e. g. when creating a world or a character), they don't go into the textbox instantly. Sometimes they appear after you press spacebar. Sometimes they won't appear at all, in which case only closing the world generation screen and opening it again will let you input anything.
This doesn't seem to affect digits and special symbols.
The cursor also doesn't seem to be moving.
The keyboard, however, seems to be recognizing the inputted text.
I have tested in the world generation screen, character generation screen, and world/character defaults in settings, and the behaviour is the same everywhere.
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
All characters inputted from the keyboard appear in the textboxes immediately (except the ones that are used as commands in the particular menu), cursor moves when swiping left or right.
Screenshots
Versions and configuration
Additional context
None.
The text was updated successfully, but these errors were encountered: