IronRDP/web-client
Alex Yusiuk 4dc5945019
Some checks failed
CI / Check formatting (push) Has been cancelled
CI / Check typos (push) Has been cancelled
Coverage / Coverage Report (push) Has been cancelled
Release crates / Open release PR (push) Has been cancelled
Release crates / Release crates (push) Has been cancelled
CI / Success (push) Has been cancelled
CI / Checks [linux] (push) Has been cancelled
CI / Checks [macos] (push) Has been cancelled
CI / Checks [windows] (push) Has been cancelled
CI / Fuzzing (push) Has been cancelled
CI / Web Client (push) Has been cancelled
CI / FFI (push) Has been cancelled
fix(web): run navigator.clipboard.write only when window has focus (#858)
When we receive clipboard update from the server and the browser window
is not in focus (for example, when the user copies some text directly on
the machine, not via the browser's VNC viewer), we got an error that
`navigator.clipboard.write` is not allowed when window is not in focus.
This PR adds a window check that the window has focus, and now
`clipboard.write` runs only when the window is in focus.
2025-07-04 11:21:52 +00:00
..
iron-remote-desktop fix(web): run navigator.clipboard.write only when window has focus (#858) 2025-07-04 11:21:52 +00:00
iron-remote-desktop-rdp chore(release): prepare web packages for publishing (#843) 2025-06-27 11:09:06 +03:00
iron-svelte-client fix(web-client)!: remove dependency on RxJS (#818) 2025-06-11 10:10:02 -04:00
.gitignore chore(web-client): update .gitignore files 2023-11-04 02:26:46 -04:00
.prettierrc.yaml chore(web-client): configure prettier 2023-11-04 02:26:46 -04:00
README.md refactor(web-client): refactor iron-remote-gui into iron-remote-desktop (#722) 2025-04-11 08:28:27 -04:00

IronRDP Web Client

IronRDP also supports the web browser as a first class target.

See the iron-remote-desktop for the reusable Web Component, and iron-svelte-client for a demonstration.

Note that the demonstration client is not intended to be used in production as-is. Devolutions is shipping well-integrated, production-ready IronRDP web clients as part of: