You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I'm not mistaken, this component (like most/all others) uses getUserMedia().
On iOS 11 and up (iOS 13 as of this writing) getUserMedia() is not supported outside Safari.
WKWebView still doesn't support it, thus your component would only work in Safari but not in PWAs or hybrid apps.
The text was updated successfully, but these errors were encountered:
If I'm not mistaken, this component (like most/all others) uses
getUserMedia()
.On iOS 11 and up (iOS 13 as of this writing)
getUserMedia()
is not supported outside Safari.WKWebView still doesn't support it, thus your component would only work in Safari but not in PWAs or hybrid apps.
The text was updated successfully, but these errors were encountered: