yudielcurbelo / react-qr-scanner

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

About zoom component for IOS 16 #61

Open dinhan92 opened 1 week ago

dinhan92 commented 1 week ago

@yudielcurbelo I notice that only IOS 17 have Zoom component, IOS 16 do not show the Zoom? I use IOS 16 to scan a small QR Code but can not. I hope there should be a zoom for IOS 16 or can I set a default zoom for that? Such as when I turn on the Scanner, it already zoom a bit?

dinhan92 commented 1 week ago

it seems that this: advanced: [ { zoom: 2, }, ], not work in IOS 16? is there a way to make it work? @yudielcurbelo