p3v9d5ui
p3v9d5ui
Thanks @dolbex ... Looks promising, but seems to be very basic at the moment.
Any more info on this? I've found that both hide() and cancelScan() result in different body background colors. cancelScan() seems to revert it to transparent. Will this be fixed?
I have created a pull request that fixes this: https://github.com/bitpay/cordova-plugin-qrscanner/pull/279 This bug was created by this previous commit: https://github.com/bitpay/cordova-plugin-qrscanner/commit/c9531b85e93d4cf5b844b83f265975c683cbee11 Or, if my PR is not accepted, you can use my...
@ogezue, what is fixed? I'm using the master branch, and takePicture() is still extremely slow.
Oh, I see. Yes, the stopCamera() performance has been fixed, but takePicture() is still way too slow. On my iPhone 6s, it takes about 10 seconds to take a 1000px...
Any update on the slow capture itself? Not the other issue with stopCamera() which has been fixed.
Hi Everyone, I've done some further investigation, and I'm no longer convinced this is a real problem. I've been basing my measurements of the delay on the Xcode log. I...
Hi All, I've just discovered that this only seems to happen when running on an actual device (not simulator) via XCode. When launched via a TestFlight download (and I presume...
@HartHerbert, I tried out your fork on iOS, and it does indeed take the picture much faster than the original. In my case, it went down from about 11 seconds...
Any update on this?