I've already used zxing in the past to scan qr-codes with Android and iPhone devices. These apps were made with PhoneGap and a Zxing plugin for PhoneGap.

As far as i know, only a QR-decoder is availible for the iPhone/PhoneGap.

I need a library which can be used with PhoneGap. So for both the Android and iPhone devices to decode an EAN13 barcode.

Is there such a library available these days?

link|improve this question

2  
@harism Thanks, looks promising. I guess i have a slightly older version which didn't supported EAN at that time. – w00 Jan 16 at 11:07
ZXing support for 1D codes in C++ (and, by extension, Objective C) is not enabled by default. See the question "Why don't 1D codes work on iOS devices?" in the ZXing FAQ (code.google.com/p/zxing/wiki/FrequentlyAskedQuestions). – smparkes Jan 16 at 16:27
feedback

1 Answer

up vote 0 down vote accepted

As harism said the BarcodeScanner plugin on iOS and Android supports EAN_13:

https://github.com/phonegap/phonegap-plugins/tree/master/Android/BarcodeScanner https://github.com/phonegap/phonegap-plugins/tree/master/iPhone/BarcodeScanner

My team member fixed up some of the issues in the iPhone BarcodeScanner.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.