chariotsolutions / phonegap-nfc

PhoneGap NFC Plugin
MIT License
712 stars 568 forks source link

IOS : 1 scan -> 1 alert, 10 scans -> 10 alerts #336

Closed simonGleamorb closed 6 years ago

simonGleamorb commented 6 years ago

Hello,

On IOS 11 iphone8, on my app when i click a button it start NFC dialog (beginSession). I asked to display alert message with '123'. Everything worked. But if i press again the button, it start NFC dialog, i scan, and it display 2 alerts. (twice same alert with '123'). Same if i scan 10 times, 10 alerts.

How can i clear or reset the NFC CORE memory?

this is part of the code

nfc.beginSession( function () {
nfc.addNdefListener(function (nfcEvent) { alert('123');

Someone got the same issue?

simonGleamorb commented 6 years ago

Can't explain why but dont have this issue anymore. Sorry