[Vuejs]-NFC permission required in nativescript(vue.js)

0👍

Here’s a link to the relevant part of the Android docs: https://developer.android.com/guide/topics/connectivity/nfc/nfc#manifest

What that means for NativeScript is that, nativescript-nfc needs additional permissions in AndroidManifest.xml that are not available in the Playground.

Building the app locally should work fine – as the plugin will automatically set the correct settings in AndroidManifest.xml.

Leave a comment