The documentation has instructions on how to add a PhoneGap plugin to android (http://docs.appery.io/documentation/u...), but no similar instructions for iOS.
Is there any place I can find such instructions?
The documentation has instructions on how to add a PhoneGap plugin to android (http://docs.appery.io/documentation/u...), but no similar instructions for iOS.
Is there any place I can find such instructions?
Hi Tiago,
Not sure I'm understand the question - you can add third party plug-in as described and create a package for the platform you need.
Unless I am mistaken, the instructions given at http://docs.appery.io/documentation/u... are specific for android projects,
Since the iOS project has a different folder structure, and iOS plugins use .h/.m files instead of .java, I don't see how the instructions given on the link apply to iOS apps.
Sorry my bad -- we'll update on this.
Hello.
This link should be useful:
http://docs.phonegap.com/en/edge/guid...
This does not really help in how to add a plugin to appery.
Hi Roger,
Just add it as custom JS/CSS code.
Not sure what that means. Are you saying just add the JS without all the plugin stuff?
Roger,
Plug-in is a code itself, so just add it to your application as custom code.
yes I see that. So if I have a plugin for a honeywell barcode scanner I do not need to add as a "plug-in". Instead I just add the custom java script.