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
.
- [Vuejs]-Json Object Not Updating In another function
- [Vuejs]-Cannot read data from Firestore – Vue.js
Source:stackexchange.com