Re: [deviceorientation] Add API for requesting permission to receive device motion / orientation events (#57)

@reillyeon I may be missing something but where is that API that JS actually calls to request permission for something? `navigator.permissions.query()` seems to only query, not request.

There is a section in the Permissions API spec about "requesting more permission" but it seems to merely be an algorithm, no actual API for it.

What we want in WebKit is really an API to ask for permission to access device orientation. Without such permission request, the content would not be getting the events at all.

-- 
GitHub Notification of comment by cdumez
Please view or discuss this issue at https://github.com/w3c/deviceorientation/issues/57#issuecomment-447107876 using your GitHub account

Received on Thursday, 13 December 2018 20:22:10 UTC