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

While scanning multiple NFC tags in iOS, how can a react native app know when the scan completes? #712

Open
nandrew132 opened this issue Apr 8, 2024 · 0 comments

Comments

@nandrew132
Copy link

nandrew132 commented Apr 8, 2024

I have a react native app that scans multiple NFC tags. I have my own UI that handles the start and stop of when to stop scanning (since i scan multiple tags). Works perfectly in Android.
In iOS however, iphone's tag scanning UI overrides my app's UI. So when the user scans multiple tags and clicks done on the iphone's NFC Scanning UI, my react native app UI has no way of knowing the scanning is completed.

So the question is: Is there a way for my react native UI to know that the Done button has been clicked or can i override the iphone's UI and use my own custom UI?

@nandrew132 nandrew132 changed the title ios - How to know when the scanning is complete in the react native app? While scanning multiple NFC tags in iOS, how can a react native app know when the scan completes? Apr 9, 2024
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