wildabeast / BarcodeScanner

Official repository now at [phonegap/phonegap-plugin-barcodescanner](http://github.com/phonegap/phonegap-plugin-barcodescanner).
968 stars 743 forks source link

Android - scanning PDF417 barcodes #101

Open davidrehakcz opened 10 years ago

davidrehakcz commented 10 years ago

Hi, i would like to ask if anyone managed to correctly scan(read) PDF417 barcodes in Android platform. I have setup the cordova project, based on 3.4 version. Add the latest plugin and correctly builded/deployed the apk. Other types of barcodes are just fine. No problem with scanning. But its not the case for PDF417. I thought it might be caused by outdated sources of zxing core+android project. So i have updated the code, refactored and rebuilded based on the instructions. But it didnt help. Again other types of barcodes are correctly scanned, but not the PDF417. Thanks in advance for any ideas.

JDStraughan commented 10 years ago

Any help on this one? I cannot get pdf417 working either.

micah1701 commented 10 years ago

Ditto. No such luck with PDF417 either :/

davidrehakcz commented 10 years ago

This is quite odd though. But i have already gave up. Plus i believe this repo is not beeing maintained anymore.

jeffxor commented 9 years ago

Looks like this is using ZXing for barcode detection. It appears the IOS version of XZing no longer has active development for IOS https://groups.google.com/forum/#!topic/zxing/L2oGZllqwXI. However, it appears from IOS 7 there is native support for barcode scanning including PDF417.

There does not appear to be any supported Cordova plugins available using native support.

chandramuralis commented 9 years ago

It is also not working on Android device.