Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

iPhone 12 and later cannot find QR Codes in Example code because of default zoom #76

Open
DomiR opened this issue Jul 7, 2022 · 1 comment · May be fixed by #77
Open

iPhone 12 and later cannot find QR Codes in Example code because of default zoom #76

DomiR opened this issue Jul 7, 2022 · 1 comment · May be fixed by #77

Comments

@DomiR
Copy link

DomiR commented Jul 7, 2022

From iPhone 12 upward the neutralZoom is 2. You can see the difference below, where I took a screenshot of the current example at the same distance to the table.

iPhone Xr iPhone 12
 

Small QR Codes cannot be detected at that zoom level. Therefore example should have zoom={device?.neutralZoom ?? 1} so iPhone 12 and 13 will detect QR-Codes just like older iPhones.

@DomiR DomiR linked a pull request Jul 7, 2022 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants
@DomiR and others