Note:
I wanted to develop IOS and Android application with QR code scanning feature.
I do not own Mac machine, I'm using Netbean
/Eclipse
in WIndows OS.
Question:
Deeply appreciated if someone could give me an advice.
If you're using the online compiler of phonegap (Phonegap Build) then it's possible to use a plugin for all supported devices.
Plugins : https://build.phonegap.com/docs/config-xml
In the Config.xml
< gap:plugin >: specifies a PhoneGap plugin for PhoneGap Build to include in your generated apps. At present, to include a plugin, you will to ensure:
the plugin is supported by PhoneGap Build; and any JavaScript script tags are present in your index.html file. More details, including a list of available plugins, are in our plugins documentation.
Goto https://build.phonegap.com/docs/plugins and scroll down to the BarcodeScanner plugin.