AUTO UND FERNFAHRT
Cars.co.za
Marktplatz-App mit Medien, Suchfunktion, Konto und Lead-Generierungsrouten.
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.
Exportieren Sie, was Sie heute haben, und behalten Sie es als Ihre Migrations-Eingabe auf:
# 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 dem Build-Ausgabeverzeichnis entspricht (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
Die Migration ist der schlimmste Zeitpunkt, um "es funktioniert irgendwie"-Plugin-Verhalten zu akzeptieren. Ersetzen Sie risikoreiche Plugins früh (Authentifizierung, Zahlungen, Hintergrunddienste).
| Verwendungsfall | Cordova-Plugin (Beispiele) | Empfohlener Capacitor-Ersatz |
|---|---|---|
| Kamera-Aufnahmefunktion | 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 |
| Dokumentenscannen | cordova-plugin-document-scanner |
@capgo/capacitor-document-scanner |
| OTA / Live-Updates | Ionic Appflow |
@capgo/capacitor-updater |
Durchsuchen Sie das Plugin-Katalog von Capgo und filtern Sie nach Fähigkeit: Capgo-Plugins.
Diese Anfragen sind darauf ausgelegt, verwertbare Ausgaben (Tabellen, Checklisten, Pläne) zu erzeugen, nicht 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 ein AI-Codierungsagent (Cursor, Claude Code, usw.) verwenden, erhalten Sie bessere Ergebnisse, wenn der Agent ein konsistentes Playbook für Capacitor-Migrationen befolgt. Capgo veröffentlicht offene Quellcodes 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 Upgrade-Pfaden für bestehende Benutzer machen, können wir die Migration von Anfang bis Ende durchführen.
Apps gebaut mit Capacitor
Apps aus dem Markt, Banken und Ticketing kombinieren Suchfunktion, Konto, Medien, Standort und Transaktionsflüsse. Die künstliche Intelligenz unterstützte Migration hilft dabei, diese Funktionsfläche in einen Capacitor-Plugin-Plan, Testplan und eine geplante Rollout-Checkliste umzuwandeln.
AUTO UND FERNFAHRT
Marktplatz-App mit Medien, Suchfunktion, Konto und Lead-Generierungsrouten.
FINANZEN
Banking-App mit Zahlungen, Angeboten, Support und sicherheitsrelevanten Bildschirmen.
REISEN UND ORT
Ticketing-App mit Buchungs-, Umbuchungs- und Reisezustandsflüssen, um zu priorisieren.