noVNC
noVNC copied to clipboard
VNC client web application
The Readme lists under features "Local or remote cursor". As far as I can tell this option was disabled and Remote cursors will be used whenever they are available. However,...
As seen in #364, it's occasionally useful to be able to disable certain encodings in the UI, when we don't quite agree with the server on how some encoding works,...
I am using noVNC viewer to connect to libVNCServer. I am able to connect to the server and view the screen. Several hours later I get the following error on...
Apparently Chrome has decided to start being annoying and ignore `Event.preventDefault()` for the events `touchstart` and `touchend`: https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener This at the very least means we get redundant `mousedown` events. Not...
Is there any plan to support web worker in noVNC? Currently, noVNC run in single javascript thread which do RFB protocol analysis, UI update, and keyboard listener works. This work...
Is your feature request related to a problem? Please describe. Toggle on screen keyboard 'from code' works for android with a call to showVirtualKeyboard() but this doesn't work for iOS,...
I have a use case where the client is watching the screen of a different user. In this scenario I would like to use the server rendering of the cursor,...
**Describe the bug** When using Firefox, clipping is forced on, and you have to use the drag panning move instead of using scroll bars when the session is larger than...
**Describe the bug** In some cases the clipping needs to be forced on or off. We indicate this by disabling the setting in the UI. However this only happens whilst...
**Describe the bug** The mentioned keys send the correct KeySym, but the wrong physical key code when using Safari (on macOS). This is problematic if the server is configured to...