Skip to content

Commit 6be1941

Browse files
authored
Disables overscroll-history-navigation
This disables going back and forth in the browser history using touch gestures, when using a touchscreen or touchpad
1 parent 9acd0b0 commit 6be1941

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modules/fullpageos/filesystem/home/pi/scripts/start_chromium_browser

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exit;
88

99
# Remove the two lines above to enable signage mode - refresh the browser whenever errors are seen in log
1010

11-
chromium-browser --enable-logging --log-level=2 --v=0 --kiosk --touch-events=enabled --disable-pinch --noerrdialogs --disable-session-crashed-bubble --app=$(head -n 1 /boot/fullpageos.txt | sed -e "s/{serial}/${SERIAL}/g") &
11+
chromium-browser --enable-logging --log-level=2 --v=0 --kiosk --touch-events=enabled --disable-pinch --noerrdialogs --disable-session-crashed-bubble --disable-pinch --overscroll-history-navigation=0 --app=$(head -n 1 /boot/fullpageos.txt | sed -e "s/{serial}/${SERIAL}/g") &
1212

1313
export logfile="/home/pi/.config/chromium/chrome_debug.log"
1414

0 commit comments

Comments
 (0)