Files
awesome-cordova-plugins/docs/plugins/nfc
Daniel Sogl 76b4e03d04 feat!: replace dgeni/gulp with TypeDoc for README generation
Replace the legacy dgeni/gulp documentation pipeline with TypeDoc
and typedoc-plugin-markdown. Generates plugin README files with
extracted @Plugin() decorator metadata. Register custom JSDoc tags
used by plugin source files.
2026-03-21 15:16:18 -07:00
..

NFC

$ ionic cordova plugin add phonegap-nfc
$ npm install @awesome-cordova-plugins/nfc

Usage Documentation

Plugin Repo: https://github.com/chariotsolutions/phonegap-nfc

The NFC plugin allows you to read and write NFC tags. You can also beam to, and receive from, other NFC enabled devices.

Use to

  • read data from NFC tags
  • write data to NFC tags
  • send data to other NFC enabled devices
  • receive data from NFC devices

This plugin uses NDEF (NFC Data Exchange Format) for maximum compatibilty between NFC devices, tag types, and operating systems.

Supported platforms

  • Android
  • iOS
  • Windows