hypery2k / cordova-barcodescanner-plugin

barcode scanner plugin for PhoneGap
51 stars 39 forks source link

Browser support. #43

Closed fartwhif closed 6 years ago

fartwhif commented 6 years ago

I've integrated QuaggaJS with cordova-barcodescanner-plugin for browser support of many barcode types (but not QR) and it works well. It's a WebRTC based "extension to ZXing" and "not yet another port of ZXing". It reads codes at weird angles! I've also integrated jsqrcode-edi9999 for WebRTC based QR code support and the browser platform, which is under Apache License 2.0.

The QuaggaJS license is MIT

What are the chances of having integrations like these added to the official cordova-barcodescanner-plugin so that it has support for browser platform instead of only a stub? I would like to be able to use the official plugin for hybrid applications.

hypery2k commented 6 years ago

from my side no chance as i gave up the development of this plugin

fartwhif commented 6 years ago

Well that's good to know, thanks!