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

Can't see text while typing #1485

Closed
GersonAquino opened this issue Mar 10, 2020 · 5 comments
Closed

Can't see text while typing #1485

GersonAquino opened this issue Mar 10, 2020 · 5 comments

Comments

@GersonAquino
Copy link

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

@ghost
Copy link

ghost commented Mar 10, 2020

Duplicate of #686.

And it's only on Termux

Because Termux implements only character-based input (so called "generic"), but Samsung keyboard does not properly handle it.

@ghost ghost closed this as completed Mar 10, 2020
@trygveaa
Copy link
Contributor

Because Termux implements only character-based input

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?

@ghost
Copy link

ghost commented Mar 10, 2020

@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;

@GersonAquino
Copy link
Author

Duplicate of #686.

And it's only on Termux

Because Termux implements only character-based input (so called "generic"), but Samsung keyboard does not properly handle it.

Oh, I'm sorry, I looked for some similar posts, but I didn't went that far, thanks.

@Luid-web
Copy link

Luid-web commented Aug 7, 2020

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

@ghost ghost locked and limited conversation to collaborators Oct 17, 2021
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants