nativescript-nfc icon indicating copy to clipboard operation
nativescript-nfc copied to clipboard

:pencil: NativeScript plugin to discover, read, and write NFC tags

Results 25 nativescript-nfc issues
Sort by recently updated
recently updated
newest added

I have this ready for PR: https://github.com/demetrius-tech/nativescript-nfc/tree/demo-ng/demo-ng

The NFC standard allows for tags to be set as read only. Is there any possibility to do this using nativescript-nfc?

It would be nice to add a callback parameter to detect user cancellation ([`readerSessionInvalidationErrorUserCanceled`](https://developer.apple.com/documentation/corenfc/nfcreadererror/code/readersessioninvalidationerrorusercanceled)) of the `readerSession` or any other error: https://developer.apple.com/documentation/corenfc/building_an_nfc_tag-reader_app#3240405 I'm new in iOS/swift, so i tried to...

Try to `tns run android` to an Android 9 device, the app will check the availability of the nfc at startup as shown below. ```typescript checkNFC() { this.nfc = new...

Feedback from setOnTagDiscoveredListener updated to be close to setOnNdefDiscoveredListener. Added console output where GUI feedback happens.

callback not getting called, when nfc detected. the device play the sound but nothing is happening ... ` import { Injectable } from "@angular/core"; import { Nfc, NfcNdefData, NfcTagData }...

I can't get routerExtension inside callback when i write service component: ` @Component({ selector: 'app-sporttrack', templateUrl: './sporttrackSearch.component.html', styleUrls: ['./sporttrack.component.scss'] }) export class SporttrackSearchComponent implements OnInit, OnDestroy { constructor(public routerExtensions: RouterExtensions,...

Hey, Thanks for your plugin, much appreciated. I have 1 question regarding support types, is it possible to make this plugin work with NTAG424 and/or NTAG413? Where you can have...

See `NFCTagReaderSession` at https://developer.apple.com/documentation/corenfc?changes=latest_minor

enhancement
iOS