I’m now using @red-mobile/cordova-plugin-nfc that’s already approved for use with VoltBuilder. A listener for NDEF can be registered, and no errors occur, but I get no event for NDEF data, even if the data is just text (not even a URL).
I will. There’s no Issues tab, so I need to contact them directly.
Update:
I have. It’s the newest among the approved ones, so I hope Hiroyuki Okada can take a look. npmjs has even newer updates, but with even less confidence level:
@ragestudio/cordova-nfc is newer but doesn’t have a GitHub page. phonegap-nfc-api31 that I tried with earlier is not approved. Another not approved candidate is fttx-phonegap-nfc.
I succeeded to complete the first intended use case: convert the NFC NDEF payload (text and URI primarily) to plain text in an existing note-taking app. More on the way.
Thanks again.
Update: Writing works too, at least on Android (13).
If anyone cares, I had to switch plugin again due to API 34. I’m now back to @red-mobile/cordova-plugin-nfc that was updated recently and that seems to tick all boxes in terms of compatibility and the functions I need. This has been verified and new app versions have been released.