Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
33 views

We’re using Shell Launcher to replace the default shell with our custom application. The custom shell launches correctly, and everything works as expected. However, our application includes a “Run ...
iamshiv's user avatar
  • 103
2 votes
0 answers
29 views

I created a kiosk app for a touchscreen device. I could disable pinchzoom, but it would be nice to keep it enabled, so the user could zoom into some details. But if the user just leaves the device in ...
Andreas Rückert's user avatar
0 votes
0 answers
31 views

I am trying to launch Calculator App in Kiosk mode on Android Tablet that's on 13(Tiramisu). I can launch admin app in Kiosk mode perfectly with below code, but not the calculator App. Any help would ...
Shiva's user avatar
  • 1
1 vote
0 answers
39 views

We're developing an Android app with core USB communication features, published in kiosk mode via Android Management API (MDM). We've configured the policy to allow USB data transfer using: "...
user987362's user avatar
2 votes
1 answer
65 views

I am developing an app for android12. The app is a kiosk mode and uses startLockTask. To use the standard Android cast function from the app, to call the cast settings screen. startActivity(new Intent(...
Kobo's user avatar
  • 25
0 votes
0 answers
44 views

My UWA App gets crash in both outside of the Kiosk mode and in kiosk mode Single app. When I check the system log in event viewer The server waWhaKiosk_1.0.0.8_neutral__bn4vn44xxjckm!waWhaKiosk did ...
gokul.t's user avatar
0 votes
1 answer
219 views

I started from the Embarcadero template Advanced Android Kiosk Mode that is a kiosk app that launches the device wi-fi settings page. I want to launch another app instead of the wi-fi settings page. ...
steve.b's user avatar
  • 85
0 votes
1 answer
112 views

I’m trying to run test automation from a development machine against a Progressive Web App (PWA) that will be running in Kiosk mode on a Chromebook. The PWA is intended for use in a Kiosk environment, ...
Kelly Seeman's user avatar
0 votes
0 answers
297 views

We use a excel file as a dashboard for our assembly line. We would like it to run on a PC in kiosk mode. However, when I setup the account, no office apps are available for selection in the app ...
martinav's user avatar
0 votes
0 answers
32 views

I am doing some update work for a local museum to a kiosk I developed 13 years ago. They would like to get an idea of how many people are using the kiosk and asked if I could put a page counter on ...
Tod Poirier's user avatar
1 vote
0 answers
369 views

I developed an Android application using Android Studio. I purchased a DOOGEE R10 tablet, and what I want to do is make my app the only one displayed on my tablet. I enabled Kiosk mode using this code:...
Mattia DELLI PRISCOLI's user avatar
2 votes
0 answers
347 views

I have Firefox 125 on macOS and want to use kiosk mode for its intended purpose i.e. allow users to access a specific web site but not navigate away from it, hide as much of the UI as possible, etc. ...
Noel Whitemore's user avatar
1 vote
0 answers
170 views

after set application to Kiosk Mode i need to change that default background color it default black..is there any registry value or anyway to change that color i try to change registry [...
Janith Sahasra's user avatar
1 vote
0 answers
195 views

I have developed an UWP launcher app that can launch other UWP apps. It works fine in a normal Windows 10 account (not kiosk). The code to launch the UWP applications: private async void ...
EliseuGomes7's user avatar
1 vote
0 answers
495 views

I'm working on a Django project using a Raspberry Pi 4 Model B, and I want Firefox to launch automatically when the machine is turned on, but it always opens in kiosk mode and never comes to the ...
Dinis Leal's user avatar
1 vote
1 answer
770 views

I am developing an Android app for my organization, which will not be available on the Play Store. The app will only be installed on company-owned devices. I want the app to hide the navigation "...
SSF's user avatar
  • 11
0 votes
1 answer
75 views

I am working on an application that is a kiosk and I am trying to create a behavior that when the user clicks all 4 corners of the screen, I run code to exit kiosk mode. I got most of the code setup ...
coder123's user avatar
  • 317
1 vote
1 answer
395 views

Hello Stack Overflow community, I'm currently working on configuring a Windows 10 Enterprise VM using the ADK for Windows 10 to set up a kiosk mode. However, I've run into an issue with Task Manager ...
Nuts Nd Bolts Tutorials's user avatar
1 vote
1 answer
198 views

I want to enable Kiosk Mode for my app. I am aware that Android supports lock task mode. However, when I call the startLockTask() method, it prompts for confirmation. To bypass this, the app needs to ...
fresh's user avatar
  • 89
1 vote
0 answers
140 views

I had a Chromeos app and it was working fine. As Google now deprecated chromeos apps we are migrating to pwa app. We were using the below code to check if the app is in kiosk mode and apply our logic ...
Rushabh Shah's user avatar
0 votes
0 answers
150 views

We have a UWP app that runs on Windows Kiosk Assigned Access Mode. We want to turn off the screen during the night when no one is using the device. We are encountering some difficulties. When we turn ...
Ludovic Roux's user avatar
1 vote
0 answers
113 views

I have an UWP application that runs in Assigned Access (Kiosk mode). When the PC boots up and the user logs in, the application starts in assigned access and the user can use the TAB button to ...
paw3lx's user avatar
  • 56
0 votes
1 answer
1k views

How to enable Wi-Fi control in kiosk mode for android. My application is registered as an admin app, If I want to switch the Wi-Fi settings, every time I'm removing the admin mode. Is it possible to ...
SGE's user avatar
  • 11
1 vote
1 answer
1k views

I would like to set Edge as an Assigned Access to a User. I'm using the following PowerShell Command: Net localgroup administrators /add Net localgroup administratoren administrators /add $user = &...
spoon2's user avatar
  • 11
3 votes
1 answer
2k views

We have a Kiosk machine configured with Windows 11 IoT Enterprise running in Kiosk mode and everything is good. Windows creates specific Kiosk user to run in Kiosk mode which will start Edge browser ...
moto kazi's user avatar
  • 139

1
2 3 4 5
11