kiosk

Prevent kiosk mode webview link from opening new tab

懵懂的女人 提交于 2019-12-12 03:05:37
问题 I've created a chrome app that opens in kiosk mode, inside my chrome app i have a webview which is similar to an iframe except it works for chrome apps. On the website inside the webview there is a link that tries to open in a new tab, and fails.. At the moment it just does nothing when the button is clicked. Is there a way to make all links inside the webview not open in new tabs? Or is there any other work around that you can think of? I firebugged the link and this is what it says (i was

Open other application in startLockTask mode using setLockTaskPackages() string array params in Android 5.0 (Lollipop) is not working

爱⌒轻易说出口 提交于 2019-12-11 15:06:43
问题 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 successfully. I had other challenge which is, I have to open other of my installed application from KIOSK app. I achieved this by constructing array of string packages and set it to DPM's setLockTaskPackages below is the code sample mDevicePolicyManager.setLockTaskPackages(mAdminComponentName, getKioskApps());

How to disable closing Firefox 7 tab using ctrl+F4

十年热恋 提交于 2019-12-11 09:50:03
问题 I have been browsing around to find a way to disable closing Firefox 7 tab using ctrl+F4 . Kind of hard to find an easy way to do it. Lock down browser security will help me using Firefox as a kiosk during the Linux Day event. 回答1: Curious, I've never known CTRL + F4 is able to close the tab. I've investigated the case a bit. I've tried disabling it in Keyconfig, but without success. The shortcut is not even listed there. When you try to add other shortcut to CTRL + F4 to override the default

What are some techniques to monitor multiple instances of a piece of software?

拟墨画扇 提交于 2019-12-11 02:37:48
问题 I have a piece of self-serve kiosk software that will be running at multiple sites. I'd like to monitor their status remotely. The kiosk application itself is pretty much finished. I am now in the process of creating a piece of software that will monitor all of the kiosks from a central location so that the customer can view particular details remotely (for instance, how many bills are in the acceptor's cash cartridge, what customer is currently logged in, etc.). Because I am in such an early

Can you switch off XSS protection in IE7 so that an Intranet application can know the content of offsite IFRAMEs?

左心房为你撑大大i 提交于 2019-12-10 21:54:28
问题 TL;DR: Can I switch off XSS protection in Internet Explorer in a controlled environment so I can manipulate the DOM inside IFRAMES? I am creating a kiosk for our public computers in our reception area which allows our users to browse our website as well as a few other local government related sites (ones that help with planning, building licences etc). The kiosk "application" itself consists of a menu at the top and an iframe at the bottom - the intent is that the menu is always there and

Kiosk mode in NativeScript for Android App

那年仲夏 提交于 2019-12-09 20:08:39
问题 From past few days, I am trying to implement kiosk mode (Locked app) in NativeScript with Angular for Android App. I have tried it directly but unable to handle all the buttons in Android like Home and Recent Apps buttons. I am able to handle Back and Volume up and down buttons. The other way, I tried is creating my own Plugin using Android Native but I was unable to do so. There are two options for Kiosk mode in Android Native. One is Screen Pinning (Programmatically) and the other is using

Is there a method for disabling gestures for Windows8

此生再无相见时 提交于 2019-12-09 06:05:33
问题 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 touch but disabling/intercepting some of the built in gestures (things like docking the app on the left, going to the desktop, etc). Our backup solution is to disable touch altogether when in certain screens (this is something we can do) but we'd

c# on windows updating a program while it's still running

时间秒杀一切 提交于 2019-12-08 14:01:27
I have a program on a kiosk with an associated service that updates the program by periodically checking on the web for a newer version of the MSI. If it finds one, it will install it, the program may still be running. To get around the DLL conflicts of the above solution, I rename the assemblies in the MSI with by version so a new version can install while the old is running. The application will poll the install directory for newer version assemblies and if it finds one restart as soon as it is not being used. Are there any better ways to do this? I've done this story before. It works like

How to write a Kiosk application in Windows that has control from startup?

人盡茶涼 提交于 2019-12-08 12:31:01
问题 I'm not sure if this is technically a Kiosk, but it's basically the same idea. I have a program that runs full screen all the time from boot to shutdown to control a machine that the computer is hooked to. Right now I just have a shortcut to the exe in the Startup folder so it starts when the system boots up and logs in. Is there any better way to do this? I'd really like the user to never see the Windows environment (just the windows loading progress bar on boot) if at all possible, but I'm

Assigned access application exits when Ctrl + Alt + Delete is pressed.

拟墨画扇 提交于 2019-12-08 03:30:50
问题 I have set up assigned access on windows 10. The breakout key is currently set to ctrl + alt + delete (the default). However it seems as though when this breakout key is used that the application exits? Is it possible to keep the application running i.e. essentially switch user instead of log off? 回答1: You can set larger time-out period in registry To sign out of an assigned access account, press Ctrl + Alt + Del, and then sign in using another account. When you press Ctrl + Alt + Del to sign