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

Is there currently a way, emulating a nfc card? My goal is, emulating a nfc card with android/ios so a nfc reader can recognize and trigger some actions under defined...

Fixed problem on iOS which prevents tags to be read

Solves error message on android using flag mentioned in comment https://github.com/EddyVerbruggen/nativescript-nfc/issues/78#issuecomment-1456332372 ``` JS: [Vue warn]: Error in mounted hook: "Error: java.lang.IllegalArgumentException: org.nativescript.Fox: Targeting S+ (version 31 and above) requires that...

It appears to me the the nfc code is causing this: ``` JS: [Vue warn]: Error in mounted hook: "Error: java.lang.IllegalArgumentException: org.nativescript.Fox: Targeting S+ (version 31 and above) requires that...

Hello, i just updated today from ns 8.1.5 to 8.4 and now callbacks don't work anymore. I apply this fix https://github.com/EddyVerbruggen/nativescript-nfc/issues/78 to compile Any tip?