chariotsolutions / phonegap-nfc

PhoneGap NFC Plugin
MIT License
706 stars 556 forks source link

App Switch - Prevent Android NFC manager #346

Closed Wade-BuildOtto closed 5 years ago

Wade-BuildOtto commented 5 years ago

I have confirmed NFC permissions, the plugin says "initialized the NFCPlugin", the Listener is active and waiting for tag to be scanned, and when I scan it just opens up the Tag Manager, completely ignoring the active app.

It feels like it some tiny little thing thats not allowing to have primary control is missing.

Wade-BuildOtto commented 5 years ago

By rolling back the version to 0.7.3 and using the android sdk 24 I was able to get an older version of the plugin to install and operate correctly.