cordova - PhoneGap: BarcodeScanner Sharing Plugin -
note:
i wanted develop ios , android application qr code scanning feature.
i not own mac machine, i'm using
netbean
/eclipse
in windows os.
question:
- is possible have single codebase written eclipse windows os + android barcodescanner plugin, , built ios application via adobe cloud build service
deeply appreciated if give me advice.
if you're using online compiler of phonegap (phonegap build) it's possible use plugin supported devices.
plugins : https://build.phonegap.com/docs/config-xml
in config.xml
< gap:plugin >: specifies phonegap plugin phonegap build include in generated apps. @ present, include plugin, ensure:
the plugin supported phonegap build; , javascript script tags present in index.html file. more details, including list of available plugins, in our plugins documentation.
goto https://build.phonegap.com/docs/plugins , scroll down barcodescanner plugin.
Comments
Post a Comment