HI,
im working on a app and we use a mifare classic tag
when i start the app for the first time i can read the tag successfully and i navigate to the next screen if a i press the android back button
and return to the scan screen i can't read the tag
try { // register for the NFC tag with NDEF in it await NfcManager.requestTechnology(NfcTech.MifareClassic); // the resolved tag object will containndefMessage` property
const tag = await NfcManager.getTag();
HI, im working on a app and we use a mifare classic tag when i start the app for the first time i can read the tag successfully and i navigate to the next screen if a i press the android back button and return to the scan screen i can't read the tag
try { // register for the NFC tag with NDEF in it await NfcManager.requestTechnology(NfcTech.MifareClassic); // the resolved tag object will contain
ndefMessage` property const tag = await NfcManager.getTag();