googlearchive / chrome-nfc

Chrome App NFC Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Its possible i can use this project on browser reading javascript

joefreire opened this issue · comments

I could use this project to read the data directly in the browser without having to create the extension?

commented

You mean use this code on your web site in order to read the user's NFC data?

You mean use this code on your web site in order to read the user's NFC data?

yes

commented

Unfortunately, nope. This code relies on Chrome App USB API. However, good news is that nowadays there is WebUSB API (https://wicg.github.io/webusb/). You can port this onto it.