[Webkit-unassigned] [Bug 274820] Microphone permission popup is hidden in fullscreen
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 5 07:17:14 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=274820
--- Comment #3 from Ben <ben.browitt at gmail.com> ---
The JavaScript to reproduce this bug is added in the first post. Specifically:
await document.documentElement.requestFullscreen();
const stream = await navigator.mediaDevices.getUserMedia({audio: true, video: false});
1. Open this page
https://benbro.github.io/samples/src/content/getusermedia/gum/
2. Click on the red "Open camera" button.
3. It should start full screen and show the microphone permission popup.
On iPadOS the microphone permission popup is not shown. Only when you exit fullscreen by clicking on the X on the top left you see the popup.
Test it on Chrome on Windows to see the popup.
--
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/20240605/cdb05d37/attachment.htm>
More information about the webkit-unassigned
mailing list