Cordova to capacitor migration #7720
Unanswered
bajrangCoder
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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