[Webkit-unassigned] [Bug 183201] Support WebRTC in Safari in-app browser
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jun 25 23:29:07 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=183201
--- Comment #28 from daginge at confrere.com ---
For everyone following this bug, I'm happy to say that Safari in-app (SFSafariViewController) now supports getUserMedia in iOS 13, which in turn means that full WebRTC support has been reached.
To feature test between old and new Safari in-app, check for the presence of RTCPeerConnection and navigator.mediaDevices.getUserMedia. If only RTCPeerConnection is present, it should be Safari in-app in iOS 12 or earlier. If both are present, you are in Safari in-app (well, Safari since at that point there's no way of distinguishing them) on iOS 13+.
Rejoice!
(But no, still no support in WKWebView, which means Chrome/Firefox/Other browsers on iOS are still being blocked from using webcam)
--
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/20190626/058f11c4/attachment.html>
More information about the webkit-unassigned
mailing list