-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Erratic text output from typing into xterm console on Chrome on Android devices #3600
Comments
You're welcome to contribute improvements as this is very low on my priority list. |
+1 |
Same here, even with Firefox on Android. Coming from MeshCentral. |
Same here, the default keyboard on Android is not usable so I am trying to combining customized virtual keyboard with this. However, virtual keyboard (such as KioskBoard) expose event handlers in JavaScript and there need to be a way to inject those key events to xterm.js. I think if there is an API like the SendKey mentioned here, a lot of problems can be solved externally. |
related PR: #4007 |
DId you get any solution to it. |
still a problem and its present at cockpit project as well and it is super annoying |
We are using xterm at replit to provide users with a console, and our app runs on mobile as well. A significant number of our Android users are reporting that they are having issues with typing into their console, specifically, they are seeing their characters get jumbled up, duplicate characters, and weird text.
I found this from CodeMirror which would explain it:
They've documented the workaround they use for their code editor here, which you can use as reference for fixing this bug around the Android Chrome limitation.
We would be very appreciative if you could prioritize this fix given the significant number of people affected by it.
Details
Steps to reproduce
The text was updated successfully, but these errors were encountered: