awesome-cordova-plugins/docs/plugins/nfc/README.md

29 lines
751 B
Markdown
Raw Normal View History

2021-09-29 20:38:45 +08:00
# UriHelper
2021-09-29 20:09:02 +08:00
2021-09-29 21:19:55 +08:00
ionic cordova plugin add phonegap-nfc
$ npm install @awesome-cordova-plugins/nfc
2021-09-29 20:09:02 +08:00
```
2021-09-29 21:19:55 +08:00
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/nfc/)
2021-09-29 20:09:02 +08:00
Plugin Repo: [https://github.com/chariotsolutions/phonegap-nfc](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
2021-09-29 20:38:45 +08:00
2021-09-29 20:09:02 +08:00