DMXzone Cordova Builder Support Product Page
Answered
Using Cordova 3rd party plugins in the extension
Asked 21 May 2015 09:39:29
1
has this question
21 May 2015 09:39:29 Hans Haverlach posted:
Hi,If we like to make use of device specific functions, can we use 3rd party plugins for phonecap/cordova? Like this one: com.phonegap.plugins.pushplugin
PushPlugin
And is this to be done later on in Xcode, or does the plugin provide with javascript? I know these plugins are not developed by you, but maybe you know how to use them together with dreamweaver and your extension.
thanx,
Hans
Replies
Replied 21 May 2015 09:49:31
21 May 2015 09:49:31 Teodor Kuduschiev replied:
Hello Hans,
You can use the Cordova console in order to install the plugins in your Cordova Proejct (app):
Then you can check the plugin documentation in order to learn how to use it.
You can use the Cordova console in order to install the plugins in your Cordova Proejct (app):
Then you can check the plugin documentation in order to learn how to use it.
Replied 21 May 2015 09:56:20
21 May 2015 09:56:20 Hans Haverlach replied:
Thank you, that makes it clear.