Login to follow
NFC Plugin (Capacitor)

NFC Plugin (Capacitor) (ODC)

Stable version 1.0.3 (Compatible with ODC)
Uploaded on 19 Mar by Nuno Roxo
NFC Plugin (Capacitor)

NFC Plugin (Capacitor) (ODC)

Details
Detailed Description

NFC Plugin (Capacitor)


Unlock contactless experiences in your OutSystems mobile apps. NFC Plugin (Capacitor) makes it easy to read and write NFC tags, abstracting NDEF complexity and providing a simple, developer-friendly API.

🚀 Features

  • 📡 Read NFC tags with automatic NDEF parsing

  • ✍️ Write Text, URL, and MIME records

  • 🔁 Support multiple records per tag

  • ⚙️ Check NFC status and open device settings

  • ▶️ Start and manage scan sessions

💡 Use Cases

  • Digital badges & attendance

  • Smart product interactions

  • IoT integrations

  • Interactive demos

⚠️ Notes

  • NFC support depends on device and platform

  • Tag capabilities vary (formatting, read-only)

  • URLs may trigger system actions (e.g., browser)


👉 Build smarter mobile experiences with NFC — without the complexity.


This component uses @capgo/capacitor-nfc (MIT License)

Release notes 

Version 1.0.3

New Features

  • Added AutoStartScanning input parameter to the NFC Listener web block. When set to True, the NFC scanning session starts automatically when the screen is loaded, removing the need for a manual trigger. Default is False.

Changes

  • Changed the default Android Reader Mode Flags configuration to no longer include the SKIP_NDEF_CHECK flag. The default flags now enable all tag technologies (NFC-A, NFC-B, NFC-F, NFC-V, and NFC Barcode) and disable platform sounds, while keeping NDEF check enabled. This ensures proper NDEF message reading for most common use cases.
License

BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)


MIT License

This component includes and builds upon @capgo/capacitor-nfc:
https://github.com/capgo/capacitor-nfc

The original library is licensed under the MIT License.