遇到个问题:barcode扫码在某款android定制机上,摄像头框的布局 不符合预期。摄像头框的布局 与div布局不重合。 见附件。 我在论坛里也看了很多大佬的回答。也是没懂两者布局的关系。 我感觉与机器本身也有关。 但是无法定位。大佬们给些建议,谢谢!
scan = new plus.barcode.Barcode('barcodeId', filter);
<style type="text/css">
barcodeId {
width: 100%;
position: absolute;
top: 0px;
bottom: 144px;
text-align: center;
background-color:#4CD964 ; //绿色
}