Write Mifare card with NFC

Hi there!

I need to write raw data to a Mifare card through the ionic NFC plugin. The problem here is that the ionic plugin only supports writting NDEF messages.

I’ve been investigating and the cordova plugin https://github.com/chariotsolutions/phonegap-nfc has support for raw messages, but the ionic-native/nfc, although it uses that plugin, it does not expose the “connect” and “transcieve” methods, which I think would be the way to approach this.

Does anyone know how to write data in a Mifare card?

Thank you in advance!

hello,
I got the same problem, did you solved the problem already?
could you please share your idea, thanks a lot!