-
-
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
Can't see text while typing #1485
Comments
Duplicate of #686.
Because Termux implements only character-based input (so called "generic"), but Samsung keyboard does not properly handle it. |
Doesn't ConnectBot also do this? If the issue isn't present there, what do they do? Or is the issue present there as well? |
@trygveaa Here is what ConnectBot uses: outAttrs.imeOptions |=
EditorInfo.IME_FLAG_NO_EXTRACT_UI |
EditorInfo.IME_FLAG_NO_ENTER_ACTION |
EditorInfo.IME_ACTION_NONE;
outAttrs.inputType = EditorInfo.TYPE_NULL; |
Oh, I'm sorry, I looked for some similar posts, but I didn't went that far, thanks. |
Please o can't see my text on termux it's like tying into blank space and it won't show and am using tecnoLA7 version 8.1.0 |
Basically, when I'm typing I can't see any text untill I click either Enter or Space.
And it's only on Termux (I've installed other terminal emulater to test it out, and it works fine, just like in all other apps)
Device: Samsung Galaxy J7 (SM-J730F)
OS: (rooted) Android 9.0 - latest update
The text was updated successfully, but these errors were encountered: