You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.
I have an application working in the Android environment with MultiScan (Reader) working fine (Once: False)
But when I try the same function in iOS it can read the first scan and collect the data, but the operating system doesn't acknowledge the scan and is still waiting for a NFC device. If you press Cancel then you can restart and redo a scan.
In iOS, for Single Scan mode it works fine, but I fine that I can only re-read the next card after waiting for around 4 seconds for the NFC to be freed up before I can scan again.
I have tried this on multiple iOS devices and multi versions of flutter, all with the same result.
I am planning on looking into the NfcInFlutterPlugin.m file to see if I can work out where it is going wrong myself. Not something I have done before but I will see how I go.
The text was updated successfully, but these errors were encountered:
I have an application working in the Android environment with MultiScan (Reader) working fine (Once: False)
But when I try the same function in iOS it can read the first scan and collect the data, but the operating system doesn't acknowledge the scan and is still waiting for a NFC device. If you press Cancel then you can restart and redo a scan.
In iOS, for Single Scan mode it works fine, but I fine that I can only re-read the next card after waiting for around 4 seconds for the NFC to be freed up before I can scan again.
I have tried this on multiple iOS devices and multi versions of flutter, all with the same result.
I am planning on looking into the NfcInFlutterPlugin.m file to see if I can work out where it is going wrong myself. Not something I have done before but I will see how I go.
The text was updated successfully, but these errors were encountered: