Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lack of duration limit setting on card insertion detection #1

Open
pterr opened this issue Nov 19, 2024 · 0 comments
Open

Lack of duration limit setting on card insertion detection #1

pterr opened this issue Nov 19, 2024 · 0 comments

Comments

@pterr
Copy link
Member

pterr commented Nov 19, 2024

We got direct feedback from 3 companies that use the Reader API on ticket terminals and who have encountered the same issue with the reader.ObservableCardReader interface: the absence of the ability to set a time limit for card insertion detection.

  • Currently, the startCardDetection method can initiate a detection without a time limit, which means that terminals that need to limit the duration of a detection attempt have to manage this limit by adding a dedicated overlayer on top of the Reader API.

  • In some embedded devices, to save electrical energy, the reader solutions do not natively offer the possibility of detecting an insertion over an indefinite period (this is the case, for example, with the IOS NFC API).

→ we therefore plan to add a parameter to limit the detection time of a card insertion in a future Reader API evolution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant