[Webkit-unassigned] [Bug 176843] getUserMedia results in black screen on iPhone 7 plus

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 13 09:12:31 PDT 2017


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

--- Comment #1 from youenn fablet <youennf at gmail.com> ---
Hi Jeremie,
Thanks for filing this bug.

Some webrtc.github.io pages need to be updated in the way the handle video related to autoplay and playsInline.

Are you talking about https://webrtc.github.io/samples/src/content/getusermedia/gum/?

If so, you might be able to play the video by adding playsInline to it.
If you can plug your iPhone on a Mac and launch the web inspector to change the iPhone web page, you can do the following before clicking Allow to camera access:

$('video').playsInline = true;

Let me know if that works for you.

-- 
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/20170913/e1fbf881/attachment.html>


More information about the webkit-unassigned mailing list