Skip to content

LG G4: Cannot see typed input until space keypress with stock keyboard #19

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

Closed
4Z4T4R opened this issue Nov 24, 2015 · 8 comments
Closed

Comments

@4Z4T4R
Copy link

4Z4T4R commented Nov 24, 2015

I installed your app and immediately realized i could not see what I am typing in the command prompt until I press space. No other key prints the buffer to screen. Android 5.1 on LG G4.

@fornwall
Copy link
Member

Which keyboard do you use? The stock keyboard on the LG G4?

@fornwall
Copy link
Member

I wil debug it as soon as I have access to an LG device.

In the meantime, you could try using an alternate keyboard such as SwiftKey or Swype!

@fornwall fornwall changed the title Cannot see typed input until space keypress LG G4: Cannot see typed input until space keypress Dec 11, 2015
@fornwall fornwall changed the title LG G4: Cannot see typed input until space keypress LG G4: Cannot see typed input until space keypress with stock keyboard Jan 14, 2016
@alextz
Copy link

alextz commented Apr 21, 2016

On a Nexus5X the Google English board puts out keys, as is. No word-guessing, etc.

Except if the "Swype" logic is used. ("gesture keyboard" - trace between the letters of a word you want to type). In that case the word is output when a space is hit.

I would not spend a lot of time on this sort of thing. When keyboards put out words, the keyboard's logic of when to put out the word becomes very gnarly. So, it can be frustrating to second guess the keyboard when it's trying to second guess you.

Anyway, this sort of word-at-a-time output logic may be what's going on with the reported LG G4 board.

@EleRam
Copy link

EleRam commented Nov 26, 2019

I've faced the same problem and there are duplicate in each type.
I tested GBoard without any configuration and it was OK.
this strange bug (Swiftkey bug maybe) is relay painful!

@Luk164
Copy link

Luk164 commented Sep 4, 2020

Same issue on galaxy s5e, is there any fix?

@Grimler91
Copy link
Member

@Luk164 see #686. Workaround for affected samsung devices is to add enforce-char-based-input = true to the terminal settings in ~/.termux/termux.properties. This is possible in termux-app v0.99 (and newer).

@Luk164
Copy link

Luk164 commented Sep 4, 2020

@Luk164 see #686. Workaround for affected samsung devices is to add enforce-char-based-input = true to the terminal settings in ~/.termux/termux.properties. This is possible in termux-app v0.99 (and newer).

Thx, but it looks like
version 0.99 is not on f-droid yet. Do you know when f droid will add that release? I would rather not reinstall the app.

@Grimler91
Copy link
Member

Do you know when f droid will add that release?

They have had build problems with the last couple of releases, see #1736.
No idea when that will be resolved unfortunately

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

No branches or pull requests

7 participants