cordova - PhoneGap: BarcodeScanner Sharing Plugin -


note:

  1. i wanted develop ios , android application qr code scanning feature.

  2. i not own mac machine, i'm using netbean/eclipse in windows os.


question:

  1. 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

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -