arx-research / libhalo

LibHaLo - Programmatically interact with HaLo tags from the web browser, mobile application or the desktop.
https://arx.org/?source=gh
MIT License
32 stars 4 forks source link

Web: Implement cancel feature for emulated prompt #225

Closed icedevml closed 11 months ago

icedevml commented 11 months ago

Description

Right now the emulated prompt on Android doesn't let the user cancel the NFC operation, although the system-level prompts that appear on Windows/iOS allow the user to cancel the operation without scanning anything.

This PR adds the ability to cancel the operation in the emulated prompt to equalize user experience across all software platforms.

Checklist

Changes to the drivers

Changes to CLI

Changes to web library

Changes to nfc-manager driver