WebRTC Support on Chrome Browser in iphone/ipad

谁说胖子不能爱 提交于 2020-12-29 05:39:36

问题


Is WebRTC Supported on Chrome Browser in iPhone/iPad?


回答1:


No you can't use WebRTC in Chrome in iPhone / iPad because Chrome (and also Firefox) are only some cover over apple WebView (Apple doesn't let to use custom web engine on their platform). Sad is that it isn't clearly informed by Google and Mozilla because some people get confused and said "Yes chrome support WebRTC so it should work on iOS devices". Apple has not presented version of their browser and also webview with WebRTC.

Current status of it you could check http://iswebrtcreadyyet.com/




回答2:


Now Apple announce that IOS11 have supported the webRTC in the mobile safari. Yes, the safari do it. But As the hybrid developer who want to use webRTC in my app, it is difficult to call the getUserMedia(), the return is not exist function, in the WKWebView context. Do the same test in the other 3third IOS browser, such as Chrome for IOS, Firefox for IOS and QQ browser for IOS. All of them have encountered the same issue. So I guess that Apple doesn't let to use custom web engine on their platform, as the above saying.



来源:https://stackoverflow.com/questions/39790639/webrtc-support-on-chrome-browser-in-iphone-ipad

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!