Closed itpcss closed 4 months ago
Qiosk (a chromium based kiosk first browser we actually use) is written in QT so instead try using:
EXTRA_ENV_VARS:
QT_SCALE_FACTOR: 1.3
Added this parameter to the configuration file
I get an error at startup
Oh to hotfix that use '1.3' (string) instead of 1.3 (float) in configuration, in meantime i will add string cast fix in the code...
Thanks for the prompt response. Everything worked as it should. Perhaps someone will also need this information.
I have added info into docs https://github.com/Salamek/chromium-kiosk/blob/master/.docs/README.md#force-scale-factor
I tried to use the parameter EXTRA_ARGUMENTS to scale the page with the parameter "--force-device-scale-factor=1.3" but there is no result. Tell me how to scale a running page?
As you can see, this parameter is present at startup, but the page does not scale, but the page can be manually scaled, but you need to do it automatically at startup on 130 %