Page 1 of 2

Adding a custom phonegap plugin

Posted: Thu Jan 30, 2014 3:41 am
by Clickable Apps

I need to use a custom phoneGap plugin and the description says the .js file should be in.....lib/plugins/com.phonegap.plugins.appName/www but i cant find the com.phonegap.plugins.appName but i see for barcode scanner and push notification but not for the appName.
Is there anothe procedure that is missing?


Adding a custom phonegap plugin

Posted: Thu Jan 30, 2014 5:27 am
by Illya Stepanov

Hi -

Please take a look here, it should help:
:: http://docs.appery.io/documentation/u...


Adding a custom phonegap plugin

Posted: Thu Jan 30, 2014 5:34 am
by Clickable Apps

I have checked it and it points to the directory stated and that it should have a package name but it doesnt


Adding a custom phonegap plugin

Posted: Thu Jan 30, 2014 8:05 am
by Maryna Brodina

Hello! Could you give us link to plugin you're trying to add?


Adding a custom phonegap plugin

Posted: Thu Jan 30, 2014 9:24 am
by Clickable Apps

Adding a custom phonegap plugin

Posted: Thu Jan 30, 2014 6:25 pm
by Clickable Apps

hello Maryna please find the link requested.
I posted it several hours back:

https://github.com/Scringo/ScringoCor...


Adding a custom phonegap plugin

Posted: Thu Jan 30, 2014 6:57 pm
by Kateryna Grynko

Hello,

Thank you for the link, we are working on it.


Adding a custom phonegap plugin

Posted: Thu Jan 30, 2014 7:05 pm
by Clickable Apps

Its a great plugin...used it before on an android native build. Maybe you should consider putting it up as plugin available.

Thanks. I will await your feedback


Adding a custom phonegap plugin

Posted: Thu Jan 30, 2014 7:42 pm
by Kateryna Grynko

You can create a folder manually. You would need to place this plugin in src/com/phonegap/plugins/ (for example, for Android) and change a file config.xml


Adding a custom phonegap plugin

Posted: Thu Jan 30, 2014 8:28 pm
by Clickable Apps

Ok. What will be the details of the config file?
Also will i need to do same for iOS?

Thanks