chariotsolutions / phonegap-nfc

PhoneGap NFC Plugin
MIT License
712 stars 570 forks source link

onsuccess callback not fired when using phonegap build #97

Closed JohnMcLear closed 11 years ago

JohnMcLear commented 11 years ago

android

https://github.com/JohnMcLear/my-phonegap

https://github.com/JohnMcLear/my-phonegap/blob/master/www/js/index.js#L167 below is never fired.

don commented 11 years ago

Line 167 changed since you created the issue. Which callback isn't being fired, nfc.write?

JohnMcLear commented 11 years ago

yea https://github.com/JohnMcLear/my-phonegap/blob/master/www/js/index.js#L180

Should rebuilding fix the issue if you fixed on 167?

Will be rebuilding today so can test.

JohnMcLear commented 11 years ago

Bug was caused by

navigator.notification.vibrate(100);

Heh, pesky API changes..