yudielcurbelo / react-qr-scanner

A library to scan QR Codes in react.
https://yudielcurbelo.github.io/react-qr-scanner/
MIT License
259 stars 42 forks source link

zoom component didn't show on android #78

Closed jiangzyi closed 1 month ago

jiangzyi commented 3 months ago

<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

davidgeiter commented 2 months 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.

stale[bot] commented 1 month ago

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.