Hi, iam working on new app, where i need to use NFC. In my old apps, i have always used phonegap-nfc or community-cordova-plugin-nfc but iam not able to make it work with Cap 8.
I have always initiated it in service with
declare var nfc: any;
But now it throws error, that it is not defined. Any ideas how to solve this, or use another plugin?
Thx