Hi,
In our Ionic 3
project, we try to communicate with a medical device through NfcV (ISO 15693), by exchanging raw commands (under the form of bytes arrays) to NFC tag.
This communication is supposed to be made thanks to the transceive
method, as defined in https://github.com/chariotsolutions/phonegap-nfc. However, though we installed
ionic cordova plugin add phonegap-nfc
and followed steps described in https://ionicframework.com/docs/native/nfc/ , we were not able to access that method. Has anyone encountered the same issue in the past, or could help us debug that?
Thank you in advance,
Guillaume