[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 12:38:59 PDT 2017


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

--- Comment #11 from Jeremie Weldin <jweldin at jweldin.com> ---
Woah! The .conrols = true didn't work, however making the video tag look like this: 
<video id="gum-local" playsinline controls="true"></video> worked!, it didn't autoplay, but it worked!

<video id="gum-local" playsinline controls="true" autoplay></video> fixed the autoplay. 

and now <video id="gum-local" playsinline autoplay></video> works. This did NOT work prior to this.

It still does not work at the webrtc.github.io page, but at least I know how to get it to work for my application. I still think there is a bug here in how it handles things. The iPad worked "out of the box" and still continues to work at the webrtc.github.io site and ALL the other sites. 

Perhaps the  bug should be renamed to "webrtc doesn't work on (some?) iPhones without playinline on the video tag.

Thanks for your help!

(In reply to Jeremie Weldin from comment #10)
> I will try this in a few moments, but I am pretty sure the pages work and
> its something wrong with webkit on iPhone. This is happening with even
> talky.io and other webrtc sites. The issue is specific to the iPhone or
> iPhone 7 plus. See the previously mentioned thread. iPads with iOS 11 seem
> to work fine with the examples. Android phones work fine with the examples.
> Desktop browsers also work. Just not iPhones.
> 
> Do you have an example site that should work with an iPhone 7 plus using iOS
> 11 GM?
> 
> (In reply to youenn fablet from comment #5)
> > Can you try adding controls (video.controls = true) and clicking on the play
> > button?

-- 
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/669d7004/attachment.html>


More information about the webkit-unassigned mailing list