AUTO UND FERNVERKEHR
Cars.co.za
Marktplatz-App mit Medien, Suchfunktion, Account und Lead-Generierung, um eine Übersicht zu erhalten.
A practical checklist + plugin replacement map + copy/paste AI prompts. Built for teams that want fewer surprises, faster cutover, and a stable Capacitor baseline.
Capacitor ist näher an einer nativen App, die Ihre Web-App beherbergt. Sie liefern echte Xcode- und Android Studio-Projekte, behalten Ihre bestehende Web-code bei und modernisieren Plugins mit Capacitor-ersten APIs.
Export was Sie heute haben und behalten Sie es als Ihre Migrationseingabe:
# In your Cordova project
cordova plugin list
cordova platform ls
platforms/bun add @capacitor/core @capacitor/cli
bunx cap init
Stellen Sie sicher, dass Ihr webDir sich mit Ihrem Build-Ausgabeverzeichnis (z.B. dist, build, www).
bun add @capacitor/ios @capacitor/android
bunx cap add ios
bunx cap add android
bun run build
bunx cap sync
Migrierung ist der schlimmste Zeitpunkt, um "es funktioniert irgendwie" Plugin-Verhalten zu akzeptieren. Ersetzen Sie risikoreiche Plugins frühzeitig (Authentifizierung, Zahlungen, Hintergrunddienste).
| Verwendungsfall | Cordova-Plugin (Beispiele) | Empfohlene Capacitor Ersetzung |
|---|---|---|
| Kamerafunktion | cordova-plugin-camera |
@capacitor/camera + @capgo/capacitor-camera-preview |
| In-app-Browser | cordova-plugin-inappbrowser |
@nicholasalx/capacitor-inappbrowser |
| Hintergrund-Geolokalisierung | @transistorsoft/cordova-background-geolocation-lt / cordova-plugin-geolocation |
@capgo/capacitor-background-geolocation |
| Biometrie | cordova-plugin-fingerprint-aio / cordova-plugin-touch-id |
@capgo/capacitor-native-biometric |
| Soziale Anmeldung | cordova-plugin-googleplus / cordova-plugin-facebook4 / cordova-plugin-sign-in-with-apple |
@capgo/capacitor-social-login |
| SQLite | cordova-sqlite-storage |
@nicholasalx/capacitor-data-storage-sqlite / @nicholasalx/capacitor-fast-sql |
| In-app-Käufe | cordova-plugin-purchase |
@capgo/capacitor-native-purchases |
| Dokumentenscanner | cordova-plugin-document-scanner |
@capgo/capacitor-document-scanner |
| OTA / live updates | Ionic Appflow |
@capgo/capacitor-updater |
Browse Capgo's Plugin-Katalog und filtern nach Fähigkeit: Capgo-Plugins.
Diese Vorschläge sind auf die Erstellung verwendbarer Ausgaben (Tabellen, Listen, Pläne) ausgelegt, nicht auf vage Ratschläge.
You are a senior Capacitor engineer.
I am migrating a Cordova app to Capacitor. Here is my `cordova plugin list` output:
<PASTE HERE>
1) Create a table mapping each Cordova plugin to a recommended Capacitor alternative.
2) Prefer official Capacitor plugins when possible.
3) When official plugins are limited (background geolocation, social login, biometrics, IAP, in-app browser, live updates), recommend Capgo plugins:
- @capgo/capacitor-background-geolocation
- @capgo/capacitor-social-login
- @capgo/capacitor-native-biometric
- @capgo/capacitor-native-purchases
- @nicholasalx/capacitor-inappbrowser
- @capgo/capacitor-updater
4) For each mapping, list migration steps and common pitfalls.
Return a prioritized plan (highest risk first).
You are migrating Cordova to Capacitor.
Here is my Cordova `config.xml`:
<PASTE HERE>
Create a migration checklist:
1) What goes into capacitor.config.ts (appId, appName, webDir, server config for dev only).
2) What must be moved to iOS (Info.plist, entitlements, URL schemes, permissions strings).
3) What must be moved to Android (AndroidManifest, Gradle, intent filters, permissions).
Be explicit about file names and what to change.
You are the QA lead for a Cordova -> Capacitor migration.
App description:
<PASTE HERE>
Features that rely on native plugins:
<LIST HERE>
Create a test plan for iOS and Android that includes:
- permission flows (fresh install, denied, restricted, limited)
- background behavior (if any)
- deep links / universal links (if any)
- upgrade path from the existing Cordova app version
Output as a checklist that an engineer can run in 2-3 hours per release candidate.
Wenn Sie einen AI-Coding-Agenten (Cursor, Claude Code, etc.) verwenden, erhalten Sie bessere Ergebnisse, wenn der Agent ein konsistentes Playbook für Capacitor-Migrationen befolgt. Capgo veröffentlicht offene Quellcodeskills für Capacitor: Plugins, Best Practices, Debugging, CI/CD und live Updates.
Siehe: Capacitor-Fähigkeiten für AI-Agenten.
Wenn Sie sich Sorgen um App-Store-Blockierungen, Plugin-Regressionen oder Risiken für bestehende Benutzer bei der Upgrade-Pfad-Planung machen, können wir die Migration von Anfang bis Ende durchführen.
Mit Capacitor erstellte Apps
Marktplatz-, Bank- und Ticketing-Apps kombinieren Suchfunktion, Konto, Medien, Standort und Transaktionsflüsse. Eine künstliche-Intelligenz-gestützte Migration hilft dabei, diese Funktionsfläche in eine Capacitor-Plugin-Karte, Testplan und Checkliste für die schrittweise Umsetzung umzuwandeln.
AUTO UND FERNVERKEHR
Marktplatz-App mit Medien, Suchfunktion, Account und Lead-Generierung, um eine Übersicht zu erhalten.
FINANZEN
Banking-App mit Zahlungen, Angeboten, Support und sicherheitsrelevanten Bildschirmen.
REISEN UND ORT
Ticketing-App mit Buchungs-, Umbuchungs- und Reisezustand-Flüssen zur Priorisierung.