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
This plugin will help the developer emulate NDEF NFC directly from the phone. It is a different NFC plugin from those in this market because standard NFC plugins only provide read/write capability, while this one offers emulator capabilities. Now iOS 17.4 already supports NFC HCE, this plugin should benefit both Android / iOS platforms.
The text was updated successfully, but these errors were encountered:
Great work! Thank you for your contribution to the Capacitor community.
It is a different NFC plugin from those in this market because standard NFC plugins only provide read/write capability, while this one offers emulator capabilities.
@robingenz I appreciate you mentioning about Capacitor NFC plugin. This plugin is designed specifically for HCE with NDEF format, not full NFC support like Capacitor NFC, Which will not overlap with Capacitor NFC. Unfortunately, even the stable Capacitor NFC doesn't support HCE yet. Also, HCE implementation is quite robust for NDEF emulation, still need some work, and isn't ready to use for this usecase
That's why I'm developing a simpler HCE plugin. Learning the Bytearray response for ADPU commands is challenging, and I want to make it easier for everyone.
Plugin Request
Name: nfc-hce
Package:
@capacitor-community/nfc-hce
Platform(s)
Existing Solutions
Currently I develop my own plugin https://www.npmjs.com/package/capacitor-hce-plugin to solve this problem. but still support only Android
Description
This plugin will help the developer emulate NDEF NFC directly from the phone. It is a different NFC plugin from those in this market because standard NFC plugins only provide read/write capability, while this one offers emulator capabilities. Now iOS 17.4 already supports NFC HCE, this plugin should benefit both Android / iOS platforms.
The text was updated successfully, but these errors were encountered: