noVNC icon indicating copy to clipboard operation
noVNC copied to clipboard

VNC client web application

Results 105 noVNC issues
Sort by recently updated
recently updated
newest added

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,...

bug

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,...

feature
ui/full

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...

bug

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...

bug

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...

feature
patchwelcome

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,...

feature

**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...

bug

**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...

bug
ui/full

**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...

bug