简体   繁体   English

为什么我的Web视图在ios中不显示webrtc摄像机?

[英]Why does my webview doesn't show the webrtc camera in ios?

I'm working with the Licode webrtc system. 我正在使用Licode webrtc系统。 In the web browser works very well and now I want to use it on mobile devices with the help of a webview. 在网络浏览器中效果很好,现在我想借助网络视图在移动设备上使用它。 I was researching and saw that the webview I want to use (crosswalk) is not compatible with webrtc systems in ios but it is in Android as I could verify. 我正在研究,发现我要使用的WebView (人行横道) 与ios中的webrtc系统不兼容,但可以验证的是,它在Android中。

I Installed the camera plugin 我安装了相机插件

and also I installed plugins to give camera permissions 而且我还安装了插件以赋予相机权限

But nevertheless I still can not get the webrtc system's camera to show up in my webview. 但是,尽管如此,我仍然无法在我的webview中显示webrtc系统的摄像头。

My question is: Is there any way to operate the camera on the crosswalk webview in ios? 我的问题是:有什么方法可以在ios的人行横道网络视图上操作相机?

If it is not like this: Do you know any way to use the Licode webrtc system with a webview? 如果不是这样:您是否知道将Licode webrtc系统与webview一起使用的任何方法?

不幸的是,您当前无法在iOS的WebView中使用getUserMedia() ,因此无法从那里捕获相机。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM