Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Type5 support in web NFC APIs #133

Closed
collador opened this issue Jul 7, 2017 · 1 comment
Closed

Type5 support in web NFC APIs #133

collador opened this issue Jul 7, 2017 · 1 comment

Comments

@collador
Copy link

collador commented Jul 7, 2017

The WEB NFC APIs specs do not explicitly mention the type5.
The Introduction talks about type1 to type4.
The type5 is now officially part of the NFC forum specs.
Given the current implementation in chromium the Web NFC APIs work fine on Android devices with Type5 tags. Indeed the implementation is tech agnostic (using NDEF APIs from Android).
Moreover, beginning of june Apple mentioned that iOs 11 will open NFC APis (In a first step to read NDEF messages). Actually iOs 11 in beta version do support the type5,
I do not know if Safari 'll support the WebNFC Apis, but type 5 is definitively an important actor of the NFC ecosystem (providing, for instance better performances in read range).
I think that it should now be added to these specs. It would be a bug to ignore the type5

@kenchris
Copy link
Contributor

kenchris commented Aug 9, 2018

Yes, we should definitely support this.

zolkis added a commit to zolkis/web-nfc that referenced this issue Nov 29, 2018
Signed-off-by: Zoltan Kis <zoltan.kis@intel.com>
kenchris added a commit that referenced this issue Nov 30, 2018
Fix #133: add Type 5 mention in Introduction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants