I need to develop plugin for blackberry webworks phonegap. But i dont want to add my plugin source files to cordova.jar. I want to create another jar and put it to my projects somewhere inside www folder.
Is it possible?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In my experience with Phonegap/Cordova you must place your plugin within their JAR file. It goes against their standard implementation to add a plugin any other way, and I imagine you’d have a world of trouble getting it to work properly otherwise.
I’ve never seen it done any other way personally. Can I ask why you wouldn’t want to add your plugin to their JAR???
-Chad