Webaccess from iPad in full screen or fixed size

Hi
We are using thinlinc-server-4.17.0-3647 on a SLES 15.4 server.
The customers iPads are preconfigured with a profile containing a Safari webClip opening up the initial login page in full screen mode successfully.

Q1)
Are there a way to keep that in full screen when redirected from login page to desktop (server side config)?
Searched and found some hints about Safari loosing full screen when redirected (if the server side didn’t make things I didn’t understand).

Q2)
Can the desktop size be fixed and preventing ThinLinc WebAccess from resizing the desktop?
I don’t get the correct desktop resolution on iPad and want to be able to use a laptop running Firefox and get same size.

Used ChatGPT that suggested me to change ui.js end other settings in ThinLinc, that I didn’t get to work.
Better go to the source and ask :slight_smile:

Regards,
//Christian Hermansson

Hi @CHerman,

You might be able to use the /vsmagent/xserver_args parameter to force a fixed resolution for ThinLinc sessions:

The arguments provided here will be passed on verbatim to Xvnc, so anything which can be used with Xvnc is valid. Xvnc supports a -geometry option which you could perhaps use here to achieve what you’re after.