This question is locked. New answers and comments are not allowed.
Currently, if you want to add a custom phonegap plugin, you need to import the source code in your Icenium project. Would it be possible to import already compiled code instead? Cordova plugins are a great way for vendors to provide "drivers" to their specific hardware add-on for devices. But must of the vendors will not share the source code of their driver. They normally provide an SDK which include compiled components. It would be great to be able to create a Cordova custom plugin that wraps their SDK and make it available to Javascript. Is this possible or is it on the roadmap? Thanks