- From: Han Leon via GitHub <sysbot+gh@w3.org>
- Date: Tue, 28 May 2019 06:08:54 +0000
- To: public-web-nfc@w3.org
leonhsl has just created a new issue for https://github.com/w3c/web-nfc:
== What does NDEFCompatibility mean on the platform (Android)? ==
For step 2 of 9.12.1 The NFC reading algorithm (https://w3c.github.io/web-nfc/#the-nfc-reading-algorithm),
> Let compatibility be "vendor" if the read NDEF compatible device is not officially supported by the NFC Forum, or else "universal".
What is "universal" for?
> enum NDEFCompatibility {
"nfc-forum",
"vendor",
"any"
};
Also, could anyone help explain the equivalent thing to NDEFCompatibility at the platform (Android) level? I checked around related API docs for android.nfc.* but still did not get what NDEFCompatibility means there. Thanks.
Please view or discuss this issue at https://github.com/w3c/web-nfc/issues/226 using your GitHub account
Received on Tuesday, 28 May 2019 06:08:56 UTC