Open joefreire opened 5 years ago
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
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.
I could use this project to read the data directly in the browser without having to create the extension?