wultra / malwarelytics-cordova-plugin

Cordova plugin for Malwarelytics SDK
https://malwarelytics.com
Apache License 2.0
2 stars 0 forks source link

Capacitor.js support #25

Open kober32 opened 3 years ago

kober32 commented 3 years ago
  1. Test if the plugin works in Capacitor.js https://capacitorjs.com/
  2. If the plugin is not working, make it work
  3. Declare as Capacitor.js ready
  4. ????
  5. Profit
kober32 commented 3 years ago

After some consideration, Capacitor.js support is not needed at the moment (on the javascript layer), and if there will be such a request in the future, it will need to be solved in a separate plugin.

kober32 commented 3 years ago

Reopening as it surfaced again - will need to deal with this.

https://capacitorjs.com/docs/plugins/cordova

alesmraz commented 1 year ago

Capacitor.js is not compatible due to: https://capacitorjs.com/docs/plugins/cordova#variables-and-hooks

petrdvorak commented 1 year ago

@alesmraz Yes, we currently do not support Capacitor. 😞 We will have a look at it, but it will take us a bit longer to address, and we will unlikely make it this year. I would recommend looking at the native SDKs instead, since Capacitor is more friendly towards native modules when compared to Cordova.