This android application allows you to read a QR code and write to an NFC tag with previously read URL. It can also read the NFC tag back for verification.
This application uses NDEF (NFC Data Exchange Format) for maximum compatibilty between NFC devices, tag types, and operating systems.
- Android
Connect an Android to your local machine via USB. Enable USB remote debugging (see: https://developer.chrome.com/devtools/docs/remote-debugging)
$ ionic build android
$ ionic run android
On your local machine, start Chrome and go to: chrome://inspect