mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-20 01:22:52 +08:00
35 lines
920 B
Markdown
35 lines
920 B
Markdown
|
<a style="float:right;font-size:12px;" href="http://github.com/danielsogl/awesome-cordova-plugins/edit/master/src/@awesome-cordova-plugins/plugins/nfc/index.ts#L570">
|
||
|
Improve this doc
|
||
|
</a>
|
||
|
|
||
|
# TextHelper
|
||
|
|
||
|
onic cordova plugin add phonegap-nfc
|
||
|
$ npm install @ionic-native/plugins/nfc
|
||
|
|
||
|
```
|
||
|
|
||
|
## [Usage Documentation](https://ionicframework.com/docs/native/nfc/)
|
||
|
|
||
|
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
|
||
|
|
||
|
|
||
|
|
||
|
```
|