-
Hi @pokusew,
Thanks for the great library, it has saved me a lot of time! I am currently working on a app that should write some data to a Mifare 1Kb card from within an Electron app.
Because El…
-
It may be possible that our patch to `findSelectAid` results in a new HCE session being created for every command. This is inefficient and also messes with the displayed state of the HCE phone at the …
-
I recently made an electron project with a sample code as mentioned below...
`
//============================= nfc begin============================
// 'use strict';
va…
-
Ive recently made an electron which has the following script in onClick event of a button in a popup.
`opener.document.forms[0].submit();window.close();'`
the code seems okay when i render it vi…
-
I will explain my project :
I have my RC522 and a door connected on my Arduino UNO.
I can currently open the door with a MIFARE classic.
But now I want to open it with my Android smartphone, this i…
-
Hello,
Is this plugin running with Android 5 "only"?
bye
-
I'm just wondering if there is a way to perform an Hosted Card Emulation in Android (http://developer.android.com/guide/topics/connectivity/nfc/hce.html) using the cordova plugin.
PS: My projects wit…
-
RootCload not working on:
https://play.google.com/store/apps/details?id=com.latuabancaperandroid
The app detect root (also ask for root permission at superSU) and when going to Move and pay > PAyGO (…
-
Touching another android device using HCE seems to read some data on the screen but crashes the app with:
```
FATAL EXCEPTION: Thread-2237
Process: org.docrj.smartcard.reader, PID: 30330
java.lang.Ex…
-
It seems like the ExternalNFCHostApduService doesn't work on devices without an internal NFC reader. Does this sound correct?