Re: [web-nfc] android.nfc.NfcAdapter.enableReaderMode() has no failure cases (#242)

We (Chromium impl) will fire the error event NotReadableError in case that NFC is not supported or is disabled, as described by step 2 of https://w3c.github.io/web-nfc/#dom-nfcreader-start.
The used APIs are android.content.Context.GetSystemService(Context.NFC_SERVICE) and android.nfc.NfcAdapter.isEnabled().

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

Received on Wednesday, 31 July 2019 07:45:31 UTC