0.5.2 • Published 6 years ago

cordova-plugin-acr122 v0.5.2

Weekly downloads
3
License
MIT
Repository
gitlab
Last release
6 years ago

cordova-plugin-acr122

A Cordova plugin that enables integration with an external ACS ACR122U NFC-reader.

API:

listen(callback) - register a listener

cancel() - cancel the currently registered listener

Example:

var nfc = window.plugins.acr122;

nfc.listen(function(event) {
    if (event.state == 'Present') {
        alert("Scanned tag with id " + event.tag.id);
    }
});
0.5.2

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago

0.0.1-security

6 years ago