clauderobi
clauderobi
I second that request!!
Same result with the latest version. I ran the unit tests and there is a lot of failures. Including SIGSEGV, exceptions being thrown and is NOT correct errors. Since I...
Forgot to mention that when I target x86 I still cross-compile. The compiler in this case is x86_64-unknown-linux-gnu-gcc (crosstool-NG 1.24.0) 8.3.0 So it is the same version as for the...
Well, after changing the float to an int (which in fact is was I really needed anyway), my real program works perfectly so far (but I still have things to...
The C++ library is linked statically using -static-libstdc++ I tried to use valgrind and do get lots of errors. But I get almost as many errors with the program that...
I guess the PR was never created but just in case, was it?
The live test demo site, https://treasurehuntqr.appspot.com/treasurehunts/play/5657382461898752?at=106253815718623556511956012583&au=5629499534213120, even though is using https, still does not work with iOS / Chrome. It is Ok with iOS / Safari.
Still not ok on iOS / Chrome: https://github.com/jbialobr/JsQRScanner/issues/28#issuecomment-703114073
I am using react so I switch to another reader. I am using blackbox-vision/react-qr-reader instead.
@codingkapoor How did you solve this problem? Anything to share?