90
Views
2
Comments
Creating OS Plugin From Cordova SDK

Hi Outsystems Expert I want to ask, I try To Build OS plugin from cordova sdk here the plugin xml :

https://github.com/SwapnilShinde89/clevertap-cordova-1/blob/master/plugin.xml


i try to create the checkplugin function but everytime i debuged it always get error/my plugin not defined,

Here my pluginIsLoaded JS

and i try to create one of the function :

https://github.com/SwapnilShinde89/clevertap-cordova-1/blob/master/www/CleverTap.js

am i already right for the code of the js for the integration/create the function?



i just want to know am i already doing this right for integrate between OS and Cordova

since im new on Outsystem Development

2025-08-22 10-19-44
Pramod Jain
 
MVP

Hi Rizkey,

You have to provide the configuration under Extensibility Configurations in your module property in order to

import your cordova component in Outsystems application. Which i dont see in the screen shot you provided.

Please refer this link for all the steps required to use cordova plugin in your application.


Regards,

-PJ-

UserImage.jpg
RizkyRay

Pramod Jain wrote:

Hi Rizkey,

You have to provide the configuration under Extensibility Configurations in your module property in order to

import your cordova component in Outsystems application. Which i dont see in the screen shot you provided.

Please refer this link for all the steps required to use cordova plugin in your application.


Regards,

-PJ-


hi pramod jain thank you,but i already defined the EC 

but still cannot find the solution am i already right for the plugin checker?

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.