OLD | NEW |
1 <h1>Kiosk Apps</h1> | 1 <h1>Kiosk Apps</h1> |
2 | 2 |
3 | 3 |
4 | 4 |
5 <p>Kiosk Apps are Chrome Apps that are designed to always run fullscreen using <
a | 5 <p>Kiosk Apps are Chrome Apps that are designed to always run fullscreen using <
a |
6 href="https://support.google.com/chromebook/answer/3134673">Single App Kiosk Mod
e</a> | 6 href="https://support.google.com/chromebook/answer/3134673">Single App Kiosk Mod
e</a> |
7 on Chrome OS and do not allow the user to exit | 7 on Chrome OS and do not allow the user to exit |
8 the app. They're great for a purpose-built Chrome device, such as a guest | 8 the app. They're great for a purpose-built Chrome device, such as a guest |
9 registration desk, a library catalog station, or a point-of-sale system in a sto
re.</p> | 9 registration desk, a library catalog station, or a point-of-sale system in a sto
re.</p> |
10 | 10 |
11 <p>A Kiosk App can be launched manually or set to automatically launch when the | 11 <p>A Kiosk App can be launched manually or set to automatically launch when the |
12 device boots up. You can use a Chrome device as a kiosk by turning on Single App
Kiosk mode <a | 12 device boots up. You can use a Chrome device as a kiosk by turning on Single App
Kiosk mode <a |
13 href="https://support.google.com/chromebook/answer/3134673">manually for each
device</a>, | 13 href="https://support.google.com/chromebook/answer/3134673">manually for each
device</a>, |
14 or across multiple devices using the <a | 14 or across multiple devices using the <a |
15 href="https://support.google.com/chrome/a/answer/3017014">Chrome management co
nsole</a>.</p> | 15 href="https://support.google.com/chrome/a/answer/3017014">Chrome management co
nsole</a>.</p> |
16 | 16 |
| 17 <iframe width="560" height="315" src="//www.youtube.com/embed/aGvFbBt-LNA?autohi
de=1" |
| 18 frameborder="0" allowfullscreen></iframe> |
17 | 19 |
18 | 20 |
19 <h2 id="Look">How they look</h2> | 21 <h2 id="Look">How they look</h2> |
20 | 22 |
21 <p>Once the Kiosk App starts, the user experience is dedicated to the tasks defi
ned by the app. The | 23 <p>Once the Kiosk App starts, the user experience is dedicated to the tasks defi
ned by the app. The |
22 app does not look like the traditional Chrome browser: there is no window frame,
no Omnibox | 24 app does not look like the traditional Chrome browser: there is no window frame,
no Omnibox |
23 (address bar), no tab strip, and no other browser interface elements. So as a de
veloper, every | 25 (address bar), no tab strip, and no other browser interface elements. So as a de
veloper, every |
24 pixel of the screen is yours to use as you wish.</p> | 26 pixel of the screen is yours to use as you wish.</p> |
25 | 27 |
26 | 28 |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
99 <li><a href= | 101 <li><a href= |
100 "https://github.com/KioskApps/InfoHub" | 102 "https://github.com/KioskApps/InfoHub" |
101 >LiveStream/Interactive display app</a></li> | 103 >LiveStream/Interactive display app</a></li> |
102 <li><a href= | 104 <li><a href= |
103 "https://github.com/KioskApps/SalesPoint" | 105 "https://github.com/KioskApps/SalesPoint" |
104 >Point of sale app</a></li> | 106 >Point of sale app</a></li> |
105 <li><a href= | 107 <li><a href= |
106 "https://github.com/KioskApps/QuickTicket" | 108 "https://github.com/KioskApps/QuickTicket" |
107 >Movie theater app</a></li> | 109 >Movie theater app</a></li> |
108 </ul> | 110 </ul> |
OLD | NEW |