| ▲ | the_data_nerd 4 hours ago | |||||||||||||
clipboard is the boring nightmare of browser-RDP. the wire protocol negotiates fine. the browser side has the clipboard API gated behind permissions plus a user-gesture requirement for writes. on the read side most browsers prompt the user every single time. so you either rebuild a custom in-page clipboard buffer (loses OS integration, defeats the point) or accept that paste-INTO-RDP works smoothly while paste-OUT-of-RDP needs a click each time. neither matches what people expect when they hear "web RDP client." worth checking the project's behavior on chrome vs firefox before assuming feature-parity with native mstsc. | ||||||||||||||
| ▲ | maxloh 3 hours ago | parent [-] | |||||||||||||
> ...on the read side most browsers prompt the user every single time. I don't think that is the case. Google Docs, Office 365, and Notion all function without requiring repeated user permissions. | ||||||||||||||
| ||||||||||||||