[Webkit-unassigned] [Bug 180551] getUserMedia fails with HOME SCREEN mode on iOS, navigator.mediaDevices are undefined

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 7 15:45:49 PST 2017


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

--- Comment #1 from MH <martin.hejral at post.cz> ---
Additional info:

apple-mobile-web-app-capable
Sets whether a web application runs in full-screen mode.

Syntax
<meta name="apple-mobile-web-app-capable" content="yes">

Discussion
If content is set to yes, the web application runs in full-screen mode; otherwise, it does not. The default behavior is to use Safari to display web content.

You can determine whether a webpage is displayed in full-screen mode using the window.navigator.standalone read-only Boolean JavaScript property.

https://developer.apple.com/library/content/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html#//apple_ref/doc/uid/TP40008193-SW3

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171207/3d9ae731/attachment.html>


More information about the webkit-unassigned mailing list