kulaginds / rdp-html5

RDP web client with Golang backend for proxy connection to Windows machine
GNU General Public License v3.0
50 stars 14 forks source link

make the window resizable? #6

Open jhjacobs81 opened 5 months ago

jhjacobs81 commented 5 months ago

I've had a hard time setting up Guacamole, and then i came across this nice project :) But i have a hard time configuring it so that the rdp screen is the full with of the browser. any pointers would be well apreciated :)

jhjacobs81 commented 5 months ago

i managed to change the size of the canvas, but that leaves the rdp session with a very small part of the screen, as opposed to the whole screen. Screenshot_20240606_203829

kulaginds commented 5 months ago

Unfortunately, rdp-html5 project is not supported for dynamic screen resize. But you can change size of canvas tag in index.html and get your size what you need.

jhjacobs81 commented 5 months ago

thank you for responding. setting the size manually is what i did indeed :)

Is there a way to make it possible to resize?

kulaginds commented 5 months ago

You can resize before connect.