Re: [web-nfc] Allow a NFC tap to load a URL with NFC message payload passed to the page

I think there is a difference when the tag is a Web NFC tag vs when 
it's a normal tag.

The implementation will register for handling the Web NFC tags. It 
that case it can buffer the tag content for a given time. Pages using 
Web NFC watch that are launched within that time would get the data 
(if policy and filters apply).

For normal tags, when the first record is a URL record, the implicit 
action is to open a page with it. In that case it applied what Alex 
said, we need to check if the data (and what data) is available.

So to me it seems we can implement both of your uses cases at least 
with Web NFC tags, and let's see if normal tags would work as well.

-- 
GitHub Notif of comment by zolkis
See https://github.com/w3c/web-nfc/issues/78#issuecomment-151821750

Received on Wednesday, 28 October 2015 12:02:25 UTC