cozmo / jsQR

A pure javascript QR code reading library. This library takes in raw images and will locate, extract and parse any QR code found within.
https://cozmo.github.io/jsQR/
Apache License 2.0
3.67k stars 606 forks source link

Getting problem in old android devices #122

Open ghost opened 5 years ago

ghost commented 5 years ago

I have android 5.0 device and i integrated this library there in my cordova based application, when i scanning a QR code using this library it show this error message on console: "Uncaught TypeError: Uint8ClampedArray.from is not a function", source: file:///android_asset/www/js/libs/jsQR.js (143)

Any idea how to fix this?