-
Notifications
You must be signed in to change notification settings - Fork 278
Closed
Description
What were you doing?
Starting German page in fullscreen, there pops up an translation dialog of Google Translate.
What did you expect to happen?
No popup should be shown.
I think there should be one param updated at
FullPageOS/src/modules/fullpageos/filesystem/home/pi/scripts/start_chromium_browser
Line 4 in b810bf8
| chromium-browser --kiosk --touch-events=enabled --disable-pinch --noerrdialogs --disable-session-crashed-bubble --simulate-outdated-no-au='Tue, 31 Dec 2099 23:59:59 GMT' --disable-component-update --overscroll-history-navigation=0 --disable-features=Translate --autoplay-policy=no-user-gesture-required --app=$(/home/pi/scripts/get_url) |
from:
chromium-browser [...] --disable-features=Translate [...]to:
chromium-browser [...] --disable-features=TranslateUI [...]I used this in selfmade Kiosk sucessfully.
What happened instead?
Popup is shown as shown in screenshot below
Was there an error message displayed? What did it say?
Version of FullPageOS?
0.12.0
Screenshot(s) showing the problem:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels