Software Archive
Read-only legacy content
17061 Discussions

Plugin Parameter

Kim_R_1
Beginner
607 Views

I am trying to add a 3rd Part plugin that requires a Parameter, How do I add that..

The Actual Plugin I am adding is : de.martinreinhardt.cordova.plugins.urlhandler From the Cordova plugin registry..

And it requires the URL schema, How do I register it in XDK ?

 

 

 

0 Kudos
1 Solution
Anusha_M_Intel1
Employee
607 Views

Hi Kim,

I am glad you found that article. At the moment the only way to add parameters for third party plugins is through the intelxdk.config.additions.xml file. 

View solution in original post

0 Kudos
3 Replies
Amrita_C_Intel
Employee
607 Views

If your third-party plugin is being retrieved from the Cordova registry the Name and Plugin ID are sufficient. In that case, check the "Plugin is located in the Apache Cordova Plugins Registry" box and select the "Import" button.

Otherwise, if your third-party plugin is located in a git repo you must also include the address of that git repo. The git repo must be publicly accessible on the Internet because the "git pull" used to retrieve the plugin is performed by the cloud-based build server, not the Intel XDK; thus, it must reside in a publicly accessible git repo.

For further reference please refer-

https://software.intel.com/en-us/xdk/docs/adding-third-party-plugins-to-your-xdk-cordova-app ;

0 Kudos
Kim_R_1
Beginner
607 Views

Hi,

This question was about Plugin-Parameters.. I ended up adding the plugin in the additional file (intelxdk.config.additional.xml) like it was described here : https://software.intel.com/en-us/xdk/docs/using-the-cordova-for-android-ios-etc-build-option

I would have liker do add it in the IDE.

 

0 Kudos
Anusha_M_Intel1
Employee
608 Views

Hi Kim,

I am glad you found that article. At the moment the only way to add parameters for third party plugins is through the intelxdk.config.additions.xml file. 

0 Kudos
Reply