Open iBobik opened 1 year ago
I think we should not use @zxing/browser
, we should switch to https://github.com/undecaf/barcode-detector-polyfill since they have recently updated their readme and it should now be possible to bundle zbar. This would provide better results as @zxing/browser
and would give us the opportunity to easily switch to the native BarcodeDetector
once it becomes available.
I have a partially working version of this implementation somewhere, I can check if I am able to bundle this stuff somehow - but it might take me a few days until I have time to test it.
Great. Fell free to share untested version, until end of this month I have some time to work on it.
@thegnuu Any progress with web version? Next week I will work on it and it would be better for all if I can continue on your work than creating my own fork.
I cannot wait, so started working on it: https://github.com/capacitor-community/barcode-scanner/pull/276
any update on this?
Let's track here what needs to be done and how.
I am going use @zxing/browser and wire it similarly like in the old version, but in a new API.
Any suggestions?