Phonegap NFC Send and Read Data Between Two Devices
问题 I am trying to send information (just text) between two NFC enabled devices using phonegap-nfc in ionic angular app. So far I am able to connect the devices and the Ndef Event Listener captures the tag, but the information in the tag is always the same, it does not give me the message I am sending. My function to send the tag when NFC connection is identified: async connectPeerToPeer() { var listener = NFC.addNdefListener(onSucess => { console.log('Listening: ', onSucess); }, onFail => {