[Webkit-unassigned] [Bug 208667] getUserMedia does not work in WKWebView-based browsers like Chrome, Firefox.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 23 15:13:47 PST 2020


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

--- Comment #62 from geckse <geckse at gmx.de> ---
I managed to get webRTC with Video to run with an Ionic / Capacitor App!

Here is the example:
https://github.com/geckse/ionic-capacitor-webrtc-camera-example

So far it worked good. It prompts for camera and microphone permissions and worked after granting these like a charm. Even the overlapping Camera-UI-Popup mentioned by @Bernard Baker disappears, when you utilize the "playinline" attribute on the <video>-element. 

The only thing which makes it currently unuseable in that usecase with Ionic is that it seems to require to be run on "https://", even for localhost. With a custom protocol, which It often used by Hybrid-Frameworks, like Ionic ("ionic://") or Capacitor ("capacitor://") didn't work so far for me.. but maybe that's a problem for these frameworks..?

-- 
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/20201123/88f50f23/attachment-0001.htm>


More information about the webkit-unassigned mailing list