chariotsolutions / phonegap-nfc

PhoneGap NFC Plugin
MIT License
706 stars 556 forks source link

Nfc plugin with ionic doesnt work on Samsung A3 #295

Closed Vartex05 closed 6 years ago

Vartex05 commented 6 years ago

Iam using NFC in my app for reading personal chips. Problem is, that exactly same app, with exactly same code, works differently on differenct devices. I tested it on Samsung A5,A3 and Nokia 3. NFC works on A5 and Nokia 3, but on A3, Nfc doesnt work. It reads the chip (because it shows android system popup, that this nfc tag is not supported), but no event in my app is raised. Iam using addTagDiscoveredListener method for listening for events. Any ideas why this happens, and how to fix it?

don commented 6 years ago

it shows android system popup, that this nfc tag is not supported

There's nothing I can do if your phone doesn't support the tags. Generally phones with Broadcom NFC chips won't support Mifare Classic tags. Try using a different NFC tag type.

Vartex05 commented 6 years ago

The problem is that it is not Mifare classic tag, its proximity chip. On A5 or Nokia3 it also shows message that this tag is not supported, but it reads it...