chariotsolutions / phonegap-nfc

PhoneGap NFC Plugin
MIT License
706 stars 555 forks source link

Allow connecting to tags discovered in readerMode #388

Closed pschlang closed 4 years ago

pschlang commented 4 years ago

Currently, connect() does not work in readerMode on Android since no intent will be set when discovering a tag and, consequently, connect() does not know which tag to connect to.

Allow connections in readerMode by setting an intent from within the reader mode callback.