徐宁

Results 52 comments of 徐宁

@bzyuan `if(Platform.OS == 'ios'){ let FaceCheckHelperIOS = NativeModules.PushFaceViewControllerModule; FaceCheckHelperIOS.openPushFaceViewController(obj); }else{ FaceCheckHelper.openPushFaceViewController(obj); }` 按照他说的 把`FaceCheckHelper.openPushFaceViewController(obj);`改成这个

感谢回复,我看到有在线协作的只有react的,vue2的案例是没有在线协作功能的,方便给个连接吗

主要是把react的协作示例代码,改成vue2的,有点头疼,只有慢慢改了

应该不是系统的问题 我下载了你的体验apk包 安卓手机都打不开 安卓9也打不开

> This is live streaming player, not a video player. Thank you, what I want to express is to push stream, use the camera microphone to publish the live stream...

I used `picker.setSelectedItemPosition (index, false)` Solved the problem

## 没有找到更好的方法了,竟然没有顺时针的配置项,逆向思维呀 ```js let { indicator, radardata } = this.props indicator && indicator.reverse() radardata[0].value && radardata[0].value.reverse() let offest = 360 / (indicator.length) let newOption = { radar: { radius: '70%',...