Kiosk: Configure Android "Kiosk Lockdown" #257
Replies: 2 comments 1 reply
-
Maybe this will help someone: Web NFC does not work in Android Kiosk / Kiosk Browser Lockdown. The NFC button on the Kimai Kiosk page behaves incorrectly because, while Web NFC is technically implemented in Android WebView, it's not possible to grant the required NFC permission. However, this isn't actually a problem (and that's the part I didn't get at first), because Kimai explicitly uses the Kiosk Browser Lockdown JavaScript NFC API. It's important to note that only NDEF tags with URL or text records are supported, and the content of the tag is used - unlike Web NFC, which reads the tag's UID regardless of its content. My Allnet tablet initially types the tag UID into the input field via the keyboard, but that input is ignored: Since the Kiosk NFC callback overwrites the field with the tag content and immediately submits it after a successful read, everything works for my use case. Also worth mentioning: In |
Beta Was this translation helpful? Give feedback.
-
The best working implementation is a standard Chrome, but this obviously has no Kiosk capabilities and therefor is not a good choice for most use-cases. But if you use a mobile Phone, you should see the regular permission checks. I have tried a few other Kiosk apps, most did not support NFC (last time I checked) or had weird quirks. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This thread is here to talk about the Android app Kiosk Lockdown which is available at https://www.android-kiosk.com/
It can be used to read NFC tags, see https://help.android-kiosk.com/en/article/kb-nfc-il2sf0/
Beta Was this translation helpful? Give feedback.
All reactions