Plugin.NFC
Plugin.NFC copied to clipboard
No event firing when IOS StartListening() encounters a read failure
Description
On iOS, if there is an error reading, there is no event fired to handle the missed tag reading
Steps to Reproduce
- start listening
- create a read error reading NDEF tag. i can do this by passing the phone by my tag quickly, so that it is out range after the trigger to read and the actual reading of the NDEF message
Expected Behavior
should there be an event that fires on this failure? something like Current_OniOSReadingSessionCancelled?
Actual Behavior
no event is fired that ican find, i then have no way to know the tag read has failed I cant start over or move forward. I have a wizard, and i need to know to restart the process on a failure.
Basic Information
Maybe this is not a bug, maybe there is something i am missing to catch a read failure?
- Version with issue:1.22
- Last known good version:
- IDE: VS 22 windows
- Platform Target Frameworks:
- iOS:
- Android:
- UWP:
- Nuget Packages:
- Affected Devices:
Screenshots
Reproduction Link
@petetataliba did you try to assign a function to the iOS failure event handler ?