-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Document Android backspace issue #3079
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
Comments
Backspace works if you start backspacing "in the middle" of the word you wanna delete, but it crashes code-server(? Proof here: https://youtu.be/WOGQubsOjoo |
Argh, well at least we know there is a workaround. @leKamikaze1 do you know if the issue occurs with a separate bluetooth keyboard? I can try testing too. Wondering if this is specific to the on-screen keyboard. |
Sadly, I never had a Bluetooth keyboard In my life, so its pretty impossible for me to test that |
No worries at all. I have one lying around somewhere so I can test! |
@jsjoeio Found something? |
I finally got around to testing - it works with a bluetooth keyboard! No backspace issues 😄 Demoscreen-20210415-110610.mp4 |
Well, that's great. So, the issue is on Android's on-screen keyboard? Not sure what would cause it 🤔 |
It has to do with the way xterm.js is handling the input for on-screen keyboards I'm guessing: Pulled from comment
|
Any news? Working solution? |
Unfortunately, no :/ this is upstream and out of our control to fix. Only working solution I know of is to use an external keyboard. |
@jsjoeio
|
To keep things separate and ensure this doesn't get lost, do you mind opening a separate bug report issue? I'd be happy to take a closer look! |
sure I'll make issue with proper testing and confirmation thanks @jsjoeio |
We need to indicate in the Termux docs there are known issues with the backspace key on Android (using on-screen keyboard).
See comment
Possibly:
docs/termux.md
file and add there.The text was updated successfully, but these errors were encountered: