09-20-2024, 10:59 AM
Would it be possible to add the ability to disable pinch and zooom on the local display. I have a screen that seems very sensitive to touches and constantly zooms in when we don't want it to then won't easily reset.
I have added the following to the /home/.xinitrc file:
chromium-browser --app="http://localhost/" \
--window-size="$SCREENSIZE" \
--window-position="0,0" \
--enable-features="OverlayScrollbar" \
--no-first-run \
--disable-infobars \
--disable-session-crashed-bubble \
--kiosk
--disable-pinch
Which makes the local display (for me) so much more usable. If this is not practical I can re-edit the file after an upgrade. However, to make it configurable would be great.
I have added the following to the /home/.xinitrc file:
chromium-browser --app="http://localhost/" \
--window-size="$SCREENSIZE" \
--window-position="0,0" \
--enable-features="OverlayScrollbar" \
--no-first-run \
--disable-infobars \
--disable-session-crashed-bubble \
--kiosk
--disable-pinch
Which makes the local display (for me) so much more usable. If this is not practical I can re-edit the file after an upgrade. However, to make it configurable would be great.