I am starting to write an application that should have the ability to read a QR code built into it. This means that I basically want to be able to scan the QR code from within the application, and then execute some logic related to my application.
I got a few explanations on how to do this in Android (although I have not tried it yet), but now that I have decided to use PhoneGap, I want to know if it will change anything.
Is using PhoneGap used, that I will have a general way to include the QR scanner application in my own application, or do I still need to take care of the QR scanner application, including for each platform?
source share