Closed jiangzyi closed 1 month ago
I have the same issue but only with DuckDuckGo browser on Android. With Chrome and Brave the zoom buttons are present and work fine. So maybe this is a browser specific thing? With iOS it works fine with DuckDuckGo.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
<Scanner formats={[ 'qr_code', 'micro_qr_code', 'rm_qr_code', 'maxi_code', 'pdf417', 'aztec', 'data_matrix', 'matrix_codes', 'dx_film_edge', 'databar', 'databar_expanded', 'codabar', 'code_39', 'code_93', 'code_128', 'ean_8', 'ean_13', 'itf', 'linear_codes', 'upc_a', 'upc_e', ]} onScan={(result) => handleResult(result)} components={{ audio: true, onOff: true, torch: true, zoom: true, finder: true, }} scanDelay={2000} allowMultiple={true} />
the zoom component show up on iOS, but there is no zoom button on andriod