kiosk Questions
7
Solved
We are using Chrome in kiosk mode and accidentally users are causing the application to zoom with the recent addition of pinch zoom support.
They then think they've broken it and simply walk away ...
Guesstimate asked 10/4, 2014 at 21:56
3
Solved
I am working on a Kiosk application, I need to disable the taskmanager. So that when the user press [Ctrl + Alt + Del] and [Ctrl + Shift + Escape], the taskmanager should not pop up. How?
Washrag asked 4/6, 2010 at 2:16
10
I have a touchscreen application optimised and running in a Chrome kiosk mode. It runs totally offline and due to some updates to Chrome breaking the application I've had to lock it to a fixed vers...
Gollin asked 15/1, 2015 at 11:32
2
Solved
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...
4
Solved
Maybe a very strange request...
We are looking into building a Windows 10 UWP application that can open websites and other UWP applications within it. I guess the main question is...
In Windows 1...
Disable asked 3/11, 2015 at 13:54
1
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...
Underlaid asked 13/3, 2018 at 13:26
1
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 -...
Ferde asked 14/5, 2021 at 17:8
1
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 t...
5
Solved
I am developing a kiosk and now in admin side. In order to go to the Admin, the user needs to tap the screen 5 times just in 3 seconds or else, nothing will happen.
Prim asked 14/1, 2014 at 0:54
11
Solved
I'm in the process of evaluating if and how a CF .NET enterprise application can be ported to run on Android devices. The application on Windows Mobile phones are run in kiosk mode where the applic...
Cassandra asked 14/1, 2010 at 22:40
4
Solved
I am modifying the AOSP source code because my app needs to run in a kiosk environment.
I want Android to boot directly into the app. I've excluded launcher2 from generic_no_telephony.mk, and adde...
Conscionable asked 7/4, 2014 at 11:30
2
Solved
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 hand...
Whiten asked 15/3, 2019 at 10:54
2
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 De...
Swift asked 26/6, 2019 at 6:49
3
Analyzing an HTML-5 application which makes heavy use of GPU-enabled animations, I would like to constantly check the FPS rate in an environment in which Chrome/Chromium is started with the --kiosk...
Nymph asked 7/1, 2018 at 11:19
3
Solved
I am implementing a kiosk mode application and i have successfully made the application full-screen without status bar appearance post 4.3 but unable to hide status bar in 4.3 and 4.4 as status-bar...
0
Motive: Building a KIOSK App for 5.0 & 6.0+ devices
Method followed: adb to run the “dpm set-device-owner” command.
By using startLockTask(); my app entered into authorised pin mode successfu...
Hulbard asked 5/7, 2018 at 12:10
2
Web application with xHTML UI is shown on self-service kiosk, using Chromium in fullscreen kiosk mode. As the kiosk display is intended only for visual feedback, there is no mouse/touchscreen conne...
18
Solved
I need to disable Home and other system buttons in my Android application.
Example: MX Player (see at Google Play) - you can press "lock" icon at player screen and it locks all hardware and softwa...
3
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 d...
Fatimahfatimid asked 27/4, 2016 at 22:7
2
Solved
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/
How...
Smuggle asked 7/9, 2017 at 12:50
1
Solved
I am using Activity.startLockTask() and have noticed that if I pin the screen in Activity A, I am unable to transition to Activity B. It seems like I have to startLockTask() and then stopLockTask()...
Cardamom asked 21/7, 2017 at 23:3
5
Solved
I have a kiosk mode application which hides all traces of the System UI (Notification bar and navigation buttons). On versions of Android pre-Lollipop the following works fine (as root):
service c...
Sonora asked 14/1, 2015 at 11:38
2
TL;DR How to make a phone call while using Activity.startLockTask()?
I'm trying to setup a restricted environment on an Android device, i.e. what is usually called "Kiosk-Mode".
Official document...
Orcus asked 23/1, 2017 at 12:29
1
I wanted to run some application at start in windows 10, which I did by putting them in startup folder. Now I want to run these apps in kiosk mode, so that user does not see what applications are r...
Dyslogistic asked 13/4, 2017 at 19:54
5
Solved
So, I need to build a kiosk type of application for use in an internet cafe. The app needs to load and display some options of things to do. One option is to launch IE to surf. Another option is to...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.