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

@OlivierGrenoble 
We use another way to read/write tags with NfcAdapter#enableReaderMode/disableReaderMode, not the Intent filter way. Please refer this and the Android Doc.

https://stackoverflow.com/questions/33633736/whats-the-difference-between-enablereadermode-and-enableforegrounddispatch

 I think this is a more proper way for a runtime, and you can filter tags with WebNFC API.

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

Received on Monday, 30 March 2020 07:26:36 UTC