Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS 11 Support #25

Open
sandstrom opened this issue Sep 21, 2017 · 5 comments
Open

iOS 11 Support #25

sandstrom opened this issue Sep 21, 2017 · 5 comments
Assignees

Comments

@sandstrom
Copy link

sandstrom commented Sep 21, 2017

The current implementation on iOS is somewhat inferior compared to Android. My understand is that this is because Safari has less support for WebRTC and Media Streaming.

But it seems like Safari 11 / iOS 11 has improved in this area. Will this enable you to bring iOS to parity with Android?

Sources
https://webkit.org/blog/7726/announcing-webrtc-and-media-capture/
https://developer.apple.com/library/content/releasenotes/General/WhatsNewInSafari/Safari_11_0/Safari_11_0.html

@macdonst
Copy link
Member

@sandstrom yes, this is certainly something we are looking into. We are busy finishing up the media recorder plugin but we will circle back to this.

@macdonst
Copy link
Member

See issue phonegap/phonegap-plugin-media-stream#5

@macdonst
Copy link
Member

@maverickmishra possibly we can skip the native implementation of this plugin on iOS 11 as well as we could use JS to capture the image. Here is a good gist:

https://gist.github.com/wesbos/ee0ad57f2ed710bbc2235aa9cd31a25a

@maverickmishra
Copy link
Member

navigator.getMediaDevices is not available for WKWebView and UIWebView in iOS 11. It is only available for Safari

@sandstrom
Copy link
Author

This radar entry may be relevant: http://www.openradar.me/33571214

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants