Kiosk Hardware & Browser Setup
There are many hardware profiles you can use.
In general they will consist of;
Small pc
Touch screen
Internet connection
Optional keyboard and/or mouse.
It may help to think of your kiosk configuration as either a;
Desktop Kiosk, which has a keyboard and mouse and is used in a desktop-like fashion, plus the addition of a touch screen.
Tablet Kiosk, which has no keyboard and mouse and relies entirely on touch. For any text entry, an on-screen keyboard is used.
SA5 Kiosk will work with either.
Using Google Chrome as your Kiosk Platform
Google Chrome has a built in kiosk mode, which runs full screen, hides the URL bar, right click menu and other features.
It provides a solid base for a simple, low-cost kiosk platform.
How to Start Chrome in Kiosk Mode
To start Chrome in kiosk mode you want to specify 3 things on the command line;
Kiosk mode, using the
--kiosk
parameter.The kiosk homepage URL to start with
A kiosk-specific user agent so that SA5 can differentiate kiosk browser visits from regular browser visits. We use a user agent of
KioskApp/1.0
When starting Chrome, that looks something like this;
Or for your staging site while you're testing your kiosk;
On a Windows s
Create a Desktop Shortcut
To easily start the kiosk mode, I recommend setting up a desktop shortcut using the full command above. That way simply double-clicking it will launch your kiosk
Exiting the Kiosk
If you need to exit the kiosk and you have a keyboard attached, hit CTRL+F4.
Kiosk Setup
Last updated
Was this helpful?