Replies: 2 comments
-
Hi, just follow the development guide to create a new wrapper: https://github.com/danielsogl/awesome-cordova-plugins/blob/master/DEVELOPER.md You can then create a PR to add the new rapper to this repository |
Beta Was this translation helpful? Give feedback.
-
@danielsogl I want to write a wrapper for WikiTude's Cordova plugin, and there you have a following function
I didn't understood from the Readme how I can define the wrapper's function in a way, that from Angular I could pass the Success and error callback functions. I have tried following
But then in Android I am getting
|
Beta Was this translation helpful? Give feedback.
-
Hello,
As a french local money association we are developing a Cordova plugin for wrapping some low-level encryption methods, in the context of creating a new transaction protocol.
We'd like to use it in an Ionic context.
Is it possible to include it in this repository ?
Otherwise is it possible to build on our side a proper extension of
AwesomeCordovaNativePlugin
?I tried to do it directly on our Ionic project with importing class and decorators from
/core
but it seemed that it's not so easy...Cheers
Beta Was this translation helpful? Give feedback.
All reactions