camera组件在Android中出现BUG
程序片断:
<camera device-position=“back” flash=“off” @error=“error” mode=“scanCode” @scancode=“scanBarcode” style=“width: 100%; height: 500rpx;”>
<cover-image src="…/…/static/scan-frame/scan-img.png" class=“scan-img”></cover-image>
</camera>
程序是为了进行连续扫码功能。
问题出在 Android机型,在摄像机打开后,上面大约有1/3在手机上不可见区域出现的条码,全部能扫出来。而在 iPhone、iPad机上均正常,即都是在可见框内的二维码才能识别。
华为机型P30 PLUS,微信7.0.7版本
iPad、iPhone机型,微信7.0.8版本
1 回复
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)