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
13
votes
1 answer

Android Cloud Printing with No Dialogs

I'm developing a kiosk type Android app and would like to add printing capability. Since it's a kiosk app, the less prompts/pop-ups the users have to do, the better. I was able to get the new Google Cloud Printing successfully going in my Android…
alinke
  • 131
  • 4
12
votes
1 answer

Google Chrome inactivity redirect

I have chrome opening in kiosk mode - I added the --kiosk flag to the chrome shortcut which works as expected. The kiosk allows browsing of our intranet and the internet. I realise I can use javascript to redirect pages on our intranet, but what…
jonboy
  • 2,729
  • 6
  • 37
  • 77
10
votes
4 answers

How to run Firefox full screen in minimalist X environment

I wish to set up what is usually called a Kiosk, running Firefox locked down to our own specific home page (and links from there). The base operating system is CentOs 5 (i.e. just like RedHat Enterprise 5). Ideally I want Firefox to start full…
Nikki Locke
  • 2,759
  • 6
  • 29
  • 53
10
votes
1 answer

Chromium --window-size and --window-position in kiosk mode

I need to do a script that execute about 9 chromium browsers in kiosk mode with 9 different graphics to be monitored. I'm trying to execute the following command line (Ubuntu 16.04 LTS): chromium-browser --app={link} --window-size=x,y…
9
votes
2 answers

Android Kiosk Mode - Allow Exit

I am writing Android application for kiosk mode. I am using this tutorial to create kiosk mode: http://www.andreas-schrade.de/2015/02/16/android-tutorial-how-to-create-a-kiosk-mode-in-android/ However, in the tutorial, the user still can click on…
Sam
  • 1,826
  • 26
  • 58
9
votes
2 answers

How to use Android-L preview Task Locking?

Has anyone got task locking working in Android L? Could they share some details on how it works? I have seen the instructions below, but struggling to understand this. At the moment I have made an App that I would like to run in kiosk mode. I have…
tagy22
  • 1,353
  • 17
  • 26
9
votes
6 answers

C# - Securely storing a password locally

I'm creating a C# application that will lock out functionality (key combinations, windows task bar, etc.) in a Kiosk-style environment. One of the requirements is that some people should still be able to break out of the application using a key…
romatthe
  • 1,447
  • 3
  • 17
  • 33
8
votes
2 answers

Creating a restricted user from Inno Setup

I would like to create restricted user account in my setup script for a kiosk application. Is this possible?
Tamás Szelei
  • 23,169
  • 18
  • 105
  • 180
8
votes
2 answers

Make my Android app to fully kiosk mode when enabled

I am trying to make my feedback app to support fully kiosk, I have tried a lot of solutions but Nothing is completely satisfying my need. Here are the things that I found yet. 1. Make my app as Device Admin/Owner App(Lock Task) - If we follow this…
B.shruti
  • 1,589
  • 1
  • 21
  • 41
8
votes
6 answers

Trying to make a Webkit Kiosk on Debian with Raspberry Pi

I'm trying to build a Webkit Kiosk on a Raspberry Pi. I found a good start at: https://github.com/pschultz/kiosk-browser The things I want to do: 1) Start the kiosk without logging in (with inittab?) Peter Schultz pointed out adding the following…
Mike
  • 1,883
  • 3
  • 23
  • 17
7
votes
3 answers

Android Kiosk Mode - Preventing users from "unauthorized" unpinning the application

I am pretty new to android and I am currently developing an Android App that should run in KioskMode, so that a normal user can't exit the application or do anything outside of it. What I already did: I set my app as a device owner I "screen pin"…
7
votes
2 answers

Kiosk software guidance

I need to develop a kiosk system. The only payment option will be a credit card/debit card. The kiosk need to be networked with another PC. For example, if a customer orders something on the kiosk, it needs to be sent to a another pc where a store…
linux fanatic
  • 551
  • 1
  • 6
  • 8
7
votes
6 answers

Is there a method for disabling gestures for Windows8

We have a need in one of our apps where we need to disable some of the built in gestures for Windows 8 to prevent users from leaving the app. (think kiosk sign in screen). Are there methods for still allowing the user to interact with the app using…
George Clingerman
  • 1,395
  • 9
  • 15
7
votes
1 answer

Windows / Chrome / ATI / Browser fullscreen across multiple monitors

I am using the following test setup (Latest meaning as of July 14th 2012): Core i7 with an ATI FirePro V9800 (Eyefinity) Windows 7 Pro 64 Bit (latest updates / patches) Latest Catalyst drivers Latest Google Chrome Stable / Canary. 6 x 1080p…
6
votes
1 answer

Direct3D app runs fine if Windows Explorer is running, slows down terribly otherwise

Our Direct3D9 app works perfectly if we fully start Windows, and then launch it. However, if we tweak Windows' startup process so that Explorer is not ran, and just Windows and our application are started, our app slows down horribly. CPU…
dario_ramos
  • 7,118
  • 9
  • 61
  • 108
1
2
3
33 34