Near Field Communication (NFC) enables wireless communication between
two devices at close proximity, usually less than a few centimeters.
NFC hardware and software (libraries) are well supported on all major
mobile platforms (Apple iOS, Android) and native developers
were able to use these features for many years. Web NFC now brings
these features to the web, which makes it even easier to use NFC
features.
The official Web NFC spec is here and I've also written a small article over at our CX Labs blog. If you have your mobile around, then simply scan the above QR code to open up this page on your mobile. Have fun!
Some quick example that will check your browser if all required libraries, mainly the NDEFReader, is available in the global context.
CheckSome quick example that will read an NFC Tag. The example will also attempt to iterate across all records and read plain text, url and special mime (application/json) records.
Read