Dynamsoft / barcode-reader-javascript

Dynamsoft Barcode Reader JavaScript SDK for package managers. PDF417, QR Code, DataMatrix, MaxiCode and more are supported.
https://www.dynamsoft.com/barcode-reader/sdk-javascript/
Other
170 stars 110 forks source link

Auto Zoom broken after iOS 17 #136

Open NickBoyett opened 10 months ago

NickBoyett commented 10 months ago

I noticed this error in my own application, but it can be observed on Dynamsoft's own demo, seemingly after iOS 17. https://demo.dynamsoft.com/barcode-reader-js/common-oned/

After a few scans with auto zoom enabled, the following error occurs:

Failed to load resource: FetchEvent.respondWith received an error: TypeError: Load failedUnhandled Promise Rejection: TypeError: The provided value is non-finite

From that point, no other scans will work until the page is refreshed.

Cube-J commented 9 months ago

Thank you for your feedback!

We has fixed it in our latest version 9.6.32, so is it recommend to update the version of our SDK in your application.

Also, we have updated our online demo today.