[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 11:43:49 PDT 2017


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

--- Comment #2 from Jeremie Weldin <jweldin at jweldin.com> ---
I was unable to test that way since my browser won't allow me to inspect the iPhone. I am not running the beta Safari or OS on my MacBook. However, I pulled down the project and ran it on a personal local web server and made the following changes, one at a time.

1. I added playinline as an attribute on the video tag.
2. I added $('video').playsInline = true; before the call to getusermedia in main.js.

With 1 I got a not allowed error.
With 2 I had the same behavior.

Mind you, this example works fine (and has since an early iOS 11 beta) with an iPad mini 3 that I have running iOS 11.

Also, see this thread:  https://forums.developer.apple.com/thread/79501

-- 
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/0e96bb7e/attachment.html>


More information about the webkit-unassigned mailing list