使用react-native webview组件,网站可以访问设备的摄像头和音频吗?

时间:2017-09-28 15:22:02

标签: android ios react-native

在加载需要摄像头/音频通过前置摄像头拍摄视频的html5网站时,我无法让React Native中的Web视图组件访问设备摄像头和音频。

我尝试使用https://github.com/facebook/react-native/issues/11610的解决方案但是,网络视图仍无法访问相机/音频功能

<View style={{flex: 1,backgroundColor:color.main_background}}>
  <NavBar navigation={this.props.navigation}>

   <WebView
      source={{uri:url }}
      javaScriptEnabled={true}
      />
 </NavBar>
</View>

1 个答案:

答案 0 :(得分:0)

如果你可以base64序列化数据,那么你应该能够使用这个组件将数据发送到你的Webview。不知道它会有多高效。

https://github.com/R1ZZU/react-native-webview-messaging