NFC Isodep functions

Hello.

I’m a beginner in Ionic and for a university project I have to read some data from a nfc card.

I’m searching for a plugin to use IsoDep functions (connect, transceive and close), like these ones in native android : https://developer.android.com/reference/android/nfc/tech/IsoDep.

I’ve tried https://github.com/chariotsolutions/phonegap-nfc but the functions, even if they are mentioned in the readme, are not avalaible (" “Property ‘connect’ does not exist on type ‘NFC’").

I’ve also tried https://www.npmjs.com/~as-eldlc but it gives me “TypeError: Object(…) is not a function” and i wasn’t able to solve it

Is there an existing plugin to do Isodep operations in Ionic or do I have to use Java and the Isodep Android plugin to read my data ?