Re: [web-nfc] NDEF Read triggered when writting an NDEF (#551)

> To be sure I understand this correctly, you're saying that Android NFC service reads content of NDEF tags and starts an "NFC tag read" activity after website has successfully written something to the NFC tag.

Yes. 
I start with a Tag containing no NDEF.
I use the write function to write an URI.
The then() function is called indicating that the write was successful.
At the same time, the NFC service processes the URI NDEF and proposes to open Chrome. If I accept, Chrome is opened on the URI that I have written.





-- 
GitHub Notification of comment by OlivierGrenoble
Please view or discuss this issue at https://github.com/w3c/web-nfc/issues/551#issuecomment-600705688 using your GitHub account

Received on Wednesday, 18 March 2020 15:49:21 UTC