1

I am building an app using Phonegap in visual studio 2013 , I try to use this plugin of QR code reader: https://github.com/wildabeast/BarcodeScanner/.
I am using build.phonegap.com to build my application.

So far it doesn't work and the app doesn't recognize it. How can I implement a QR-Code Scanner in my application?

1 Answer 1

3

Since you're using build.phonegap.com, you need to use their version of the plugins.

See https://build.phonegap.com/plugins/261

You can use this plugin by editing you config.xml

<gap:plugin name="com.phonegap.plugins.barcodescanner" version="1.1.0" />
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.