We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Starting German page in fullscreen, there pops up an translation dialog of Google Translate.
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
from:
chromium-browser [...] --disable-features=Translate [...]
to:
chromium-browser [...] --disable-features=TranslateUI [...]
I used this in selfmade Kiosk sucessfully.
Popup is shown as shown in screenshot below
0.12.0
The text was updated successfully, but these errors were encountered:
Thanks for reporting, looks like it changed:
GoogleChrome/lighthouse#11860
https://chromium-review.googlesource.com/c/chromium/src/+/2404484
Sorry, something went wrong.
ef1a399
No branches or pull requests
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
from:
to:
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:
The text was updated successfully, but these errors were encountered: