Questions tagged [kiosk]

For issues relating to designing and/or deploying software in kiosk environments.

A kiosk is a computer terminal featuring specialized hardware and software designed within a public exhibit that provides access to information and applications for communication, commerce, entertainment, and education. Kiosks usually limit user activity to a specific targeted application with very limited access to other applications or services.

For discussion of the software mode used by kiosks, please use the tag.

500 questions
6
votes
1 answer

Fully "Kiosking" Chrome (capture and prevent default of C-w/t/n)

I need to prevent Ctrl-w, Ctrl-t, Ctrl-n from doing their default functionality. I know removing user rights is frowned upon, but hear me out before casting judgement. event.preventDefault() only works on lesser key combos like p, but n, t, and w…
Bobby
  • 931
  • 2
  • 8
  • 21
6
votes
2 answers

What is Electron's 'kiosk' mode?

What exactly does kiosk: true in the BrowserWindow config of a new ElectronJS window do? The documentation just states that the parameter indicates, that the window is in 'kiosk' mode. I was unable to find information on what this means.
Daniel
  • 458
  • 5
  • 16
6
votes
1 answer

Chromium: disable left swipe back navigation on RPi running in kiosk mode with Chromium?

I have a RPi 4 running in kiosk mode with a 7inch display which opens up Chromium at boot with the following parameters (which disable pinch zooming and info-bar): chromium-browser --noerrdialogs --disable-infobars --kiosk --incognito…
Alessio
  • 61
  • 3
6
votes
2 answers

Android Kiosk mode not working when using Android Management API Policy

So I'm trying to get a single use, dedicated app + device to work in kiosk mode + auto launch. The app itself is built in Nativescript (with Angular), so not native Java, however this is still handled via an admin receiver etc as normal. When we use…
Horse
  • 3,023
  • 5
  • 38
  • 65
6
votes
1 answer

Looking for a localizable WPF Keyboard control for Kiosk

I'm working on a project that is using WPF on an XPe box that will be deployed as a kiosk application (touchscreen only, no keyboard/mouse), and we have the need for an onscreen keyboard. We can't use the built-in XP one because the buttons are too…
user676838
  • 63
  • 3
6
votes
7 answers

Deny Access to Kiosk program process

I have a kiosk app and have to disable task manager always to prevent closing the program by users . But some users need the TaskManager to close hanging programs. Any help would be appropriated. However, I am sure there is a function in…
user586399
6
votes
1 answer

How to create a COSU app? No Active Admin Error

I am currently trying to create a COSU app. I want to lock the user into the app, and disable all functionality to leave, e.g. Home button, menu button, back button, toolbar, ect. I have followed the guide here:…
portfoliobuilder
  • 7,556
  • 14
  • 76
  • 136
6
votes
1 answer

Kiosk Mode on non-managed Chromeboxes?

I'm trying to turn on Kiosk mode for an non-managed chrome box following the official instructions but when I'm on the chrome://extensions page in developer mode there is no Add kiosk application option. Did this get removed at some point leaving…
Gangstead
  • 4,152
  • 22
  • 35
6
votes
0 answers

Google Chromebook / Chromebook Kiosk mode - does the browser/app run in incognito mode? Does it accept cookies?

I have successfully set up a Chromebook on Kiosk mode, however the app don't seem to remember my login details via cookies. i.e. if I click on "Remember me" on the webpage after I enter my username and password, it will not remember it next time it…
turtlepower
  • 708
  • 1
  • 7
  • 18
6
votes
0 answers

Android printing in kiosk mode

I'm trying to build an Android application that will run in Kiosk mode. Guests will scan their tickets, and a name tag should automatically print for them with a welcome message on it. I'm trying to do this using Google Cloud Printing. Right now I'm…
Wakka02
  • 1,491
  • 4
  • 28
  • 44
6
votes
2 answers

HTML 5 / Javascript for kiosk based applications

Does anyone have any experience using HTML 5 and Javascript to build long running kiosk applications? We are currently using Silverlight but would like to move to something more lightweight/flexible. Things we are concerned about are potential for…
JeremyBeadle
  • 683
  • 1
  • 8
  • 23
6
votes
2 answers

Change Chrome 4xx Page

I'm deploying a kiosk system that uses Chrome to display a java web app running in jetty started with a windows service wrapper. It takes some time after the system starts for jetty to be ready to serve content so for now I have a wait occurring…
Dewey Vozel
  • 2,257
  • 1
  • 19
  • 22
6
votes
1 answer

Opening application via ssh on iOS devices

I have seen ways to open applications on linux and Mac devices but can't seem to get the same idea working for iOS devices. I have jailbroken my device and have ssh access and would like to open an app without having to visit the device? This idea…
Chemrep
  • 63
  • 1
  • 1
  • 5
5
votes
0 answers

Chromium Kiosk Mode lock down every way to escape the intended webpage (Tabs, Bookmarks, Settings, etc.)

I would like to use the chromium browser in a project, where only one webpage is shown in fullscreen. The user needs full mouse and keyboard support, so I plan to use wayland as desktop environment. Chromium Kiosk mode --kiosk is a great start (see…
Martin H.
  • 185
  • 2
  • 16
5
votes
5 answers

Can Flash or Silverlight be used for kiosk applications? How?

My experience is only with Flash and I'm afraid I have not kept up to date. The last time I tried this I was vaguely remember having a problem with Flash where it would slowly eat memory until eventually the OS locked up. That was a couple of…
dtc
  • 10,136
  • 16
  • 78
  • 104
1 2
3
33 34