chariotsolutions / phonegap-nfc

PhoneGap NFC Plugin
MIT License
712 stars 570 forks source link

removeListener #84

Closed markniklas closed 11 years ago

markniklas commented 11 years ago

Hallo, first of all: awesome plugin :) now my issue: how do removeTagDiscoveredListene/removeMimeTypeListener/removeNdefListener work?

i get always a fail back...

i need something that stops my smartphone (android) listening for nfc... thx

don commented 11 years ago

Removing listeners only works on BlackBerry 7.

As a work around, you could look at removing the event listener in JavaScript, but Android will fire the JS event.

If you see how to implement it in Android, sent a pull request.