camera组件摄像头device-position=front前置摄像头无效
代码:
<camera device-position="front" flash="off" binderror="cameraError" bindstop="stop">
<cover-view>
<cover-imagesrc="/resources/over_a.png"style="width:722rpx;height:800rpx;margin-top:410rpx;"/>
</cover-view>
</camera>
第一次进页面时摄像头是前置的,后退后再次进入页面,摄像头就变成了后置!
这个问题在ios下才会出现。