Re: [web-nfc] What is the correct way to check whether the browser supports Web NFC API or not? (#434)

@beaufortfrancois Just curious, what if I call `navigator.permissions.query({ name: 'nfc'})`, but NFC is disabled in the OS settings? Does your CL cover this use case similar to the following (example for Web Geolocation API)?

![1](https://user-images.githubusercontent.com/7892779/68206457-c9341600-ffdd-11e9-854c-49ca0b3c0955.png)
![2](https://user-images.githubusercontent.com/7892779/68206462-cb967000-ffdd-11e9-8938-85f975a43d34.png)
![3](https://user-images.githubusercontent.com/7892779/68206466-cdf8ca00-ffdd-11e9-8e43-512fa48aa280.png)
![4](https://user-images.githubusercontent.com/7892779/68206471-d05b2400-ffdd-11e9-9cbc-02e39dbac484.png)

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

Received on Tuesday, 5 November 2019 12:07:27 UTC