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

How to start programming a Touchscreen LCD Monitor?

We had a research about doing different programs using different platforms. And it came to my mind that developing a Kiosk or Touchscreen monitor can be one of my options. My plan is to develop a 3D tour of a restaurant, it should be able to control…
JetPro
  • 1,044
  • 3
  • 23
  • 43
0
votes
1 answer

Cannot use keyboard while in Kiosk mode

I need to launch an app I've made just after login, before anything else is loaded. I found how to do it by browsing, and my app just launch as i want, but when i need to input something using keyboard, nothing happens, what can I do? It is a QT App…
0
votes
1 answer

I need to show only a window after login (ubuntu)

I need to load a program after login, without loading the desktop. only showing the program I made. I need it on ubuntu
-1
votes
1 answer

Windows 10 assigned access (kiosk mode) screen scale DPI

I have an Xamarin UWP application created for assigned access (Kiosk mode). Now on a new screen the default scaling is set to 150%, my app is looking good on 100%. Has someone found a way to change the default scaling of the created kiosk…
-1
votes
1 answer

Using Selenium with Firefox in Kiosk mode

I would like to install a totem in my city with an automation using selenium, which return to the main page after a while. I've seen that Firefox, according to the official guide, support the "Kiosk Mode". Is there a way to open a new Firefox…
-1
votes
1 answer

How to uninstall android app using adb commands in the app code itself?

I want a uninstall an app without poping the "Do you want to uninstall this app?" dialog. I have tried using try { Runtime.getRuntime().exec("pm uninstall --user 0 packageName") }catch (e : Exception){ e.printStackTrace() …
-1
votes
1 answer

How to run Google Keep as an App in Windows

How does one run Google Keep or other websites like an app or kiosk on a Windows PC.
SuperMar1o
  • 670
  • 8
  • 23
-1
votes
1 answer

Questions regarding developing a kiosk chrome application

I am asked to build a kiosk application that will be run on chrome books in a school. The basic requirement is to have two interfaces one for principal and others for classrooms. The principal will have rooms listed on its interface and he can send…
Awais Qarni
  • 17,492
  • 24
  • 75
  • 137
-1
votes
1 answer

How to run command promt command while running angular app?

I want to run 2 cmd commands when a user hits the URL. taskkill /IM chrome.exe /F start chrome.exe --kiosk -tab "www.url.com" These are the 2 commands. Is it possible to do so with typescript or anything else in Angular?
Avishek
  • 524
  • 16
  • 38
-1
votes
1 answer

Cannot exit Kiosk mode on Pepper's tablet

Recently a Kiosk app was automatically downloaded onto Pepper tablet (Android-based). I clicked it today and it went into a continuous loop whereby it attempts to load the default app but cannot find one, and the only button available is Retry. I…
lostri
  • 41
  • 4
-1
votes
1 answer

Restart program upon close while not using windows explorer

I am running a "kiosk" by setting chrome as the shell for this specific user. This means explorer is not running during the session and only chrome.exe is open. I can't use the official kiosk/custom shell because I don't have Windows…
-1
votes
1 answer

How to build kiosk using windows platform?

I was making an android app where we had a webcam plugged in to a tablet, a Samsung Galaxy Tab A, and when we were almost done with the app, we noticed that when we were recording using the webcam, we were getting a lag in the video and the audio.…
Alexiz Hernandez
  • 609
  • 2
  • 9
  • 31
-1
votes
1 answer

How to test chrome app in chrome book

Could someone let me know how can a chrome app (without publishing ) is tested in Google chromebook so as to check its basic functionalities?
kv-kesap
  • 1
  • 4
-1
votes
1 answer

Surface pro 3 in kiosk mode, how to automatically power on when the power is connected?

Most pc's had the nice option to power on a computer automatically when the power is applied (via the bios). With the surface pro 3 this is not an option (absent in the uefi boot menu). If you are (planning on) using the Surface pro 3 tablet (or any…
Wouter Schut
  • 907
  • 2
  • 10
  • 22
-1
votes
1 answer

calling android's basic launcher

Hi I am working on my custom launcher. My custom launcher is set to default launcher and I need to call the android's basic launcher once a user clicks a button programmatically. I have searched out a lot and found out I cannot just turn off the…
DVN
  • 114
  • 1
  • 9
1 2 3
33
34