Add note about alternate browsers on iOS (thanks to @michaeltrollan)

pull/232/head
Gregory Benner 7 years ago
parent 8c027f3e73
commit c5e43a8256
No known key found for this signature in database
GPG Key ID: 20AAFB5935109E08

@ -95,7 +95,7 @@ The above condition evaluates to:
While `getUserMedia` is supported in Safari on iOS, it is disabled in any WebView While `getUserMedia` is supported in Safari on iOS, it is disabled in any WebView
(including UIWebView, WKWebView, and SFSafariViewController), as well as if the (including UIWebView, WKWebView, and SFSafariViewController), as well as if the
website has a `<meta name="apple-mobile-web-app-capable" content="yes">` tag and website has a `<meta name="apple-mobile-web-app-capable" content="yes">` tag and
has been added to the homescreen. [More info here](https://stackoverflow.com/questions/46276130/ios11-getusermedia-with-apple-web-app-not-working/46717491?noredirect=1#comment80428262_46717491) has been added to the homescreen. **This includes ALL browsers other than Safari on iOS, like Firefox and Chrome** [More info here](https://stackoverflow.com/questions/46276130/ios11-getusermedia-with-apple-web-app-not-working/46717491?noredirect=1#comment80428262_46717491)
## <a name="installing">Installing</a> ## <a name="installing">Installing</a>

Loading…
Cancel
Save