chariotsolutions / phonegap-nfc

PhoneGap NFC Plugin
MIT License
706 stars 559 forks source link

Can't Read data (payload) from non-NDEF tag #186

Closed BenCohenBenCohen closed 9 years ago

BenCohenBenCohen commented 9 years ago

Hi, I'm trying to read from my non-NDEF NFC card. the only ACTION that is triggered is ACTION_TAG_DISCOVERED and i only can read the tag_info.

the tag's techs are "NfcB" and "IsoDep"

can anyone please help me get the data?

don commented 9 years ago

@BenCohenBenCohen this plugin only supports NDEF. Android supports NfcB and IsoDep so it's possible to extend this plugin to do what you need.

BenCohenBenCohen commented 9 years ago

Thanks!