- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 ?
- Tags:
- HTML5
- Intel® XDK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 ;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page