Reputation: 230
I want to use HTML5 in my NFC Application,to support NFC,Should it be possible that i can achieve NFC functionality using HTML5?
Upvotes: 0
Views: 2377
Reputation: 70
NFC access via some proprietary framework may be possible,nfc is possible in HTML5 in phonegap.you Should use phonegap NFC plugin. check out this link https://github.com/chariotsolutions/phonegap-nfc/blob/master/www/phonegap-nfc.js
Upvotes: 1