My cordova application not launching after NFC tag detect
问题 I am using Apache cordova to build android applications. I made an application with NFC feature. we already written data into NFC tag, with mimetype: myApp/firstNFCApp . Inside my application whenever detect tag with this mimetype my application will read data and showing that data into user friendly manner. This way I implemented, it's working fine.This was the code I written to fetch data from tag nfc.addNdefListener( function(nfcEvent){ console.log(nfc.bytesToString(nfcEvent.tag