[Webkit-unassigned] [Bug 215884] getUserMedia recurring permissions prompts in standalone when hash changes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 12 01:32:17 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=215884

--- Comment #15 from youenn fablet <youennf at gmail.com> ---
(In reply to Mauricio W from comment #14)
> It looks like the problem is a bit more serious in WKWebView. 
> 
> After allowing the prompt, any subsequent calls to `getUserMedia` after some
> period of time (looks to be about 90 seconds) will also trigger the prompt
> for permissions.
> 
> This happens even without navigating away from the page, regardless of if
> the user was active or inactive in that time.

This is a different bug, which might best be fixed by exposing a delegate to control getUserMedia prompt.
If capture is ongoing, prompt should not happen again until 24 hours.
If capture is not ongoing, prompt should happen again after 1 minute of inactivity.
This is the same behavior as Safari.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210112/b930e3fc/attachment-0001.htm>


More information about the webkit-unassigned mailing list