尤其是对页面进行更改,比如加了取消显示标题栏等等,或者竖屏变横屏。
因为在CaptureActivity中设置的扫描框与实际扫描框不匹配,你会发现将扫描框移动到其他地方反而可以扫成功了。
因此现在不论是微信还是支付宝浏览器都是取消了扫描框,直接全屏扫描。
<RelativeLayout
android:id="@+id/capture_crop_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_centerHorizontal="true"
android:layout_below="@id/capture_mask_top"
android:background="@drawable/qr_code_bg" >
将宽和高改成全屏,此时扫描速度飞升。