-
Hello everyone, I have read through capacitor docs with great interest in the past few days. Also played around by converting two of my past apps to capacitor (not completely tested on device/emulator, but web based testing looks fine). My questions, if someone with good knowledge of capacitor can answer, would be grateful.
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
For your first question, not sure where you've read that. Capacitor handles your native projects differently than Cordova so it's much easier to add native functionality when needed, while Cordova abstracts away a lot of your native projects making it harder to do one-off things in them. For one signal, see https://documentation.onesignal.com/docs/ionic-sdk-setup Capacitor supports Cordova plugins because many of them work really well and they are native code anyways, so supporting them isn't a negative for Capacitor in any way. Capacitor does have it streamlined API for building plugins if you only care about supporting Capacitor. |
Beta Was this translation helpful? Give feedback.
-
@mlynch thanks so much for finally providing some much needed info. Two quick things:
|
Beta Was this translation helpful? Give feedback.
-
More info on Capacitor vs Cordova: https://capacitorjs.com/docs/cordova Appreciate the feedback but Cordova support is very important to us so developers can use the full ecosystem of plugins across Cordova and Capacitor, and we plan to continue to support Cordova plugins moving forward. |
Beta Was this translation helpful? Give feedback.
More info on Capacitor vs Cordova: https://capacitorjs.com/docs/cordova
Appreciate the feedback but Cordova support is very important to us so developers can use the full ecosystem of plugins across Cordova and Capacitor, and we plan to continue to support Cordova plugins moving forward.