chariotsolutions / phonegap-nfc

PhoneGap NFC Plugin
MIT License
706 stars 557 forks source link

Plugin exception on Windows Phone #248

Closed jwillmer closed 7 years ago

jwillmer commented 7 years ago

I have a Windows Phone 950 and compiled my app as a Windows Phone (universal) app. I get the following error then I try to scan a NFC card.

code error

I used the same card as in issue #247 and I also deployed/tested the project to an Android without having this problem.

jwillmer commented 7 years ago

Foud the issue. In Windows Phone the tag.id is empty and my convertion

var hex = nfc.bytesToHexString(nfcEvent.tag.id)

fails.

don commented 7 years ago

Newer Windows devices with certain NFC chipsets can get the tag id. Other devices only get the NDEF data from the tag and id will be null.