Page 1 of 1
Exit for the full screen on crome without keybooard
Posted: 14 Jan 2024, 23:28
by alexandrepi
I use porteus kiosky with google crome on a touchscreen device, but whenever I enter full screen mode I cannot exit without using an external keyboard, the message "press esc to exit full screen" appears, I would like to know if it exists any solution to exit google crome full screen mode using only the touchscreen.
Exit for the full screen on crome without keybooard
Posted: 15 Jan 2024, 10:12
by fanthom
Hello alexandrepi,
If you use a Chrome browser and move the mouse pointer (or touch) near the top edge of the screen then a "close" button should drop down and allow you to exit the fullscreen mode.
Virtual keyboard is not needed for this action.
Close button appears only if you are in the fullscreen mode and allows to exit the fullscreen mode (it does not close the browser).
EDIT://
I have double checked this and the 'close' button does not appear if you use a touch input device. It appears only if you use a mouse.
I guess this bug should be reported to a Google developers.
I do not have a solution to this problem at the moment.
Thanks
Exit for the full screen on crome without keybooard
Posted: 15 Jan 2024, 19:16
by alexandrepi
Is it possible to use a Google Chrome extension like the one here?
https://github.com/inetkachev/TouchFull ... eForChrome
would be a temporary solution to this bug...
Exit for the full screen on crome without keybooard
Posted: 15 Jan 2024, 19:47
by alexandrepi
Searching the forum I found this link about installing extensions
[Solved] Adding extensions to Chrome
however, it should not work with extensions that are not in the Chrome store like this solution I mentioned above
Exit for the full screen on crome without keybooard
Posted: 16 Jan 2024, 08:11
by fanthom
It may work if you customize the kiosk ISO.
Exit for the full screen on crome without keybooard
Posted: 18 Jan 2024, 21:12
by alexandrepi
I tried thatin browser preferences, but the extension didn't work, what could be wrong?
Code: Select all
browser=chrome
browser_preferences=http://chromeenterprise.google/policies/
browser_preferences="DeveloperToolsDisable": false,
browser_preferences="DefaultGeolocationSetting": 2,
browser_preferences="ExtensionInstallAllowlist": "aimjancijiedgnfcljgkhdmppakhlmmc", "aapocclcgogkmnckokdopfmhonfmgoek", "aohghmighlieiainnegkcijnfilokake", "apdfllckaahabafndbhieahigkjlhalf", "blpcfgokakmgnkcojhhkbfbldkacnbeo", "felcaaldnbdncclmgdcncolpebgiejap", "pjkljhegncpnkpknbcohdijeoejaedia",
browser_preferences="ExtensionInstallForcelist": "aimjancijiedgnfcljgkhdmppakhlmmc;https://clients2.google.com/service/update2/crx", "aapocclcgogkmnckokdopfmhonfmgoek;https://clients2.google.com/service/update2/crx", "aohghmighlieiainnegkcijnfilokake;https://clients2.google.com/service/update2/crx", "apdfllckaahabafndbhieahigkjlhalf;https://clients2.google.com/service/update2/crx", "blpcfgokakmgnkcojhhkbfbldkacnbeo;https://clients2.google.com/service/update2/crx", "felcaaldnbdncclmgdcncolpebgiejap;https://clients2.google.com/service/update2/crx", "pjkljhegncpnkpknbcohdijeoejaedia;https://clients2.google.com/service/update2/crx",
browser_preferences="AudioCaptureAllowedUrls": "https://protect-us.ismartlife.me/playback",
browser_preferences="VideoCaptureAllowedUrls": "https://protect-us.ismartlife.me/playback",
Exit for the full screen on crome without keybooard
Posted: 19 Jan 2024, 09:33
by fanthom
You broke everything possible.
See kiosk documentation for:
a) config rules
b) 'browser_preferences=' parameter
Thanks