Hi guys,
it's possible have multiple URL plugin in Extensibility Configurations, like image below show?
regards,
Nuno Verdasca
Hi guys,In order to leave here the solution to this problem:
It's need a separate module (eSpace) to do that configuration for each plugin that you use.
You can then reference as many plugins as you want in the same application UI module.
Look at this link with the best practices on how-to reference and use cordova pluginsCheers,Nuno Verdasca
Hello Nuno,
Don't know if it is possible, but I don't recommend mixing plugins in a module...
What's your use case?
Cheers
Eduardo Jauch wrote:
Hello Eduardo,thank you for your answer.I'm trying to implement Fabric in my application, and I'm not getting it. I thought it was because I had two URLs of plugins, but I already removed the first one, and I still can not access Fabric.Either way, it was always a question I had, whether it would be possible to have a URL array of plugins.Kind regards,Nuno Verdasca
Never tried it myself, but at first I would say it is possible. But it is just an educated guess.
To test is really easy.
Take two plugins from forge and get the code mixing in one file. In theory, if possible, it should work.
Hi Eduardo and Nuno,
Any news?
I'm facing the same problem.
For example i have two plugins ( facebook login plugin and google login plugin ) and i have a core module where use this 2 components, i need to use the Extensibility Configurations to configure those plugins.
Any tip?
Best RegardsPVN
Hi Nuno,
My approach was 2 plugin 2 modules, but i wanted to join the plugin configuration, but already understand it's impossible.
Thank you
I have tried adding 2 plugins in 1 module and it seems working fine.
But as @Eduardo Jauch said, it might not be recommended to do so.
{
"plugins":[{
"url":"Plugin 1 URL"
},{
"url":"Plugin 2 URL"
}]
}
Hope it helps!
Thanks
I'm trying to add two libraries to an application, and I have created two separate Plugins each one with one library so I can then add them to my application. The thing is after adding the dependencies I'm still getting the error showing that the functions from my library are not been detected.
Is there a way to add these two libraries so I won't get the error mentioned?
I've attached photos of the state of each Plugin and App.