googlearchive/chrome-nfc

Its possible i can use this project on browser reading javascript

Opened this issue · 3 comments

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

yjlou 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

yjlou 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.