Re: [web-nfc] Move user activation to obtain permission (#449)

@beaufortfrancois, let's say permission was granted to use NFC... what's the expected behavior when this this call happens:

```JS
nfc.push(thing);
```
(substitute the above for any of the methods of WebNFC that you are modifying in the PR... sorry, I don't know the API, so you need to go through each on a case by case basis)

Should the above succeed without first going through some kind of user activation such as a click or whatever? If yes, then the PR is correct. 

However, you are counting on the permission API on consuming the activation... I don't know yet if we want that.... maybe we do, but I don't know.  

-- 
GitHub Notification of comment by marcoscaceres
Please view or discuss this issue at https://github.com/w3c/web-nfc/pull/449#issuecomment-564503621 using your GitHub account

Received on Wednesday, 11 December 2019 11:42:19 UTC