[web-nfc] Should verify NFC is NOT suspended before starting real push. (#218)

leonhsl has just created a new issue for https://github.com/w3c/web-nfc:

== Should verify NFC is NOT suspended before starting real push. ==
Step 9.12 of http://w3c.github.io/web-nfc/#the-push-method

> If an NFC device device comes within communication range, verify the following conditions:
if device is is not officially supported by the NFC Forum, compatibility is "vendor" or "any".
if device is an NFC tag, target is "tag" or "any".
if device is an NFC peer, target is "peer" or "any".
NFC is suspended.

==> To be able to move forward, "NFC is NOT suspended" should be verified rather than "NFC is suspended".


Please view or discuss this issue at https://github.com/w3c/web-nfc/issues/218 using your GitHub account

Received on Sunday, 5 May 2019 09:02:51 UTC