Search code examples
javascriptapiweb-applicationsnfc

NFC with JavaScript


Is there any JavaScript NFC Browser implementation? I am not looking for third party APIs!

I would like to read tags from a WebApplication (website) on a mobile phone which supports NFC.

How can I implement NFC? Any ideas?


Solution

  • In the near future it could be possible to use NFC directly from the browser, check this out

    Or, if you want more info about then you can check the Mozilla MDN Doc about this! Sounds interesting indeed

    Based on this link, you can also check if you browser has support for NFC.

    Interesting link about it: Web NFC Community Group report