收藏
回答

切换页面时,摄像头设定前后置失效,默认后置。

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug camera 客户端 7.0.3 2.6.2

第一页 :

live-pusher device-position="front" style="height:0px;" @error="liveError"></live-pusher>  

激活录像 录音授权

第二页 :

<camera device-position="front" flash="off" binderror="error" style="width:325px;height:400px;">

    <cover-view style="position:absolute;bottom:0px;">

        <cover-image mode='widthFix' style="width:97%;margin:0 auto;" class='img' src='/static/images/border.png'></cover-image>

    </cover-view>

</camera>

设定前置摄像头

第三页 :   同上


BUG点:页面切换 设定的前置摄像头失效,转为后置。





回答关注问题邀请回答
收藏
登录 后发表内容