You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a medium-sized Cordova project, which is a mobile code editor that only supports Android (not iOS). Recently, I started encountering issues with Cordova, such as unexpected build failures. As a result, I decided to migrate from Cordova and, after some research, I came across this exciting alternative: Capacitor.
I followed the official guide for migration, but it failed. I suspect the issue lies with some of the Cordova plugins I’m using. My project includes many custom Cordova plugins, so I need a way to check if they are compatible with Capacitor.
Any help would be greatly appreciated! My current plan is to migrate the project to Capacitor by modifying only the incompatible plugins first, and gradually replacing the remaining Cordova plugins with Capacitor-compatible ones.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have a medium-sized Cordova project, which is a mobile code editor that only supports Android (not iOS). Recently, I started encountering issues with Cordova, such as unexpected build failures. As a result, I decided to migrate from Cordova and, after some research, I came across this exciting alternative: Capacitor.
I followed the official guide for migration, but it failed. I suspect the issue lies with some of the Cordova plugins I’m using. My project includes many custom Cordova plugins, so I need a way to check if they are compatible with Capacitor.
Here is the source of my project: Project.
Any help would be greatly appreciated! My current plan is to migrate the project to Capacitor by modifying only the incompatible plugins first, and gradually replacing the remaining Cordova plugins with Capacitor-compatible ones.
Beta Was this translation helpful? Give feedback.
All reactions