googlearchive / chrome-nfc

Chrome App NFC Library
Other
213 stars 69 forks source link

Its possible i can use this project on browser reading javascript #35

Open joefreire opened 5 years ago

joefreire commented 5 years ago

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

yjlou commented 5 years ago

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

joefreire commented 5 years ago

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

yes

yjlou commented 5 years ago

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.