Barcode Scanner for iOS, Android and Windows Phone (PhoneGap)

1

Good morning, For months I've been looking for a plugin or function that will allow me to scan a barcode through my app developed in PhoneGap for iOS, Android and Windows Phone. Does anyone know of a plugin or tutorial that really works?

I really need help with this!

    
asked by anonymous 21.09.2015 / 10:52

2 answers

0

I was finally able to work on all three operating systems with the help for this tutorial . The final project was what helped me the most, for anyone who might be with the same problem, you can find it here .

    
16.10.2015 / 18:25
1

There is a post on the phonegap site that shows some very useful plugins, and fortunately one of them is what you need! You can find the link accessing this page. or by going to the repository that listing official plugins from phonegap

Item number 1 in the list is the barcodescanner API itself.

link

Or you can use this too;

link

    
21.09.2015 / 14:03