NoVNC on Android: Special characters become numbers (e.g. $ -> 4)

s3bbo

Member
Oct 19, 2021
9
1
8
55
I stumbled across the same problem as discussed in this Thread here. As the Thread is closed for almost 3 years, I hope i t is okay to start a new one.

I can't type any special characters like `%` or `$` using NoVNC in the Proxmox WebUI on my Android phone (using Firefox). The special characters will end up as the numbers that would be on the same keys on a normal QWERTZ/Y keyboard.

Like suggested in the thread, I tried changing the setting for `privacy.resistFingerprinting` in `about:config`, but it was already set to `false` (disabled?)

I also checked with the e/OS native browser (i think it is `bromite` which is a `chromium` fork) and the behaviour is the same.

I also tried another Keyboard from F-Droid, but no luck.

Has anyone had this recently and solved it?
Thanks!
 
  • Like
Reactions: Carlos34
Same problem here. It still presist. I think its noVNC issue not handling keys correctly from virtual keyboard. Virtual keyboard doesnt have key events like physical keyboard has. So noVnc is guessing those keypress events before handling it to qemu. But seems this guessing is somehow broken with shift key.