I really need to run Chrome in kiosk mode with an extension. If I start chrome with --app-id=xxxx
it runs the app, but --kiosk
is ignored. If I start it with --kiosk
the app-id is ignored.
Is there any way to do both? Starting in full screen (F11 mode) is not going to work because of the bubble window at the top and the user can exit.
Try:
--user-data-dir=$(mktemp -d)
This works for me in Chrome 43, but don't load extensions. How to enabled extensions in kiosk mode on windows 7?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With