AUTO UND FERNFAHRT
Autos.co.za
Marktplatz-App mit Medien, Suchfunktion, Account und Lead-Generierungspfaden zum Abbilden.
A practical checklist + plugin replacement map + copy/paste AI prompts. Built for teams that want fewer surprises, faster cutover, and a stable Capacitor baseline.
Unterstützung durch Menschen von Martin
Capacitor is closer to a native app that hosts your web app. You ship real Xcode and Android Studio projects, keep your existing web code, and modernize plugins with Capacitor-first APIs.
Exportieren Sie, was Sie heute haben, und behalten Sie es als Ihre Migrations-Eingabe:
# In your Cordova project
cordova plugin list
cordova platform ls
platforms/bun add @capacitor/core @capacitor/cli
bunx cap init
Stellen Sie sicher, dass Ihre webDir entspricht Ihrem Build-Ausgabefolder (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, an dem Sie sich mit dem Verhalten von "es funktioniert irgendwie"-Plugins abfinden müssen. Ersetzen Sie risikoreiche Plugins früh (Authentifizierung, Zahlungen, Hintergrunddienste).
| Anwendungsbereich | Cordova-Plugin (Beispiele) | Empfohlene Capacitor Ersatzanwendung |
|---|---|---|
| Kameraaufnahme | 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 |
| Dokumentenscanning | cordova-plugin-document-scanner |
@capgo/capacitor-document-scanner |
| OTA / Live-Updates | Ionic Appflow |
@capgo/capacitor-updater |
Blättern Sie durch die Capgo-Plug-in-Katalog und filtern Sie nach Fähigkeit: Capgo-Plug-ins.
Diese Anfragen sind darauf ausgelegt, verwertbare Ausgaben (Tabellen, Listen, Pläne) zu liefern, 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-Coding-Agent (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-Blocker, Plugin-Regressionen oder Risiken für bestehende Benutzer machen, können wir die Migration von Anfang bis Ende durchführen.
Apps mit Capacitor
Marktplatz-, Bank- und Ticketing-Apps kombinieren Suchfunktion, Konto, Medien, Standort und Transaktionsflüsse. Die AI-gestützte Migration hilft dabei, diese Funktionsfläche in eine Capacitor-Plugin-Karte, Testplan und geplante Rollout-Hinweisliste umzuwandeln.
AUTO UND FERNFAHRT
Marktplatz-App mit Medien, Suchfunktion, Account und Lead-Generierungspfaden zum Abbilden.
FINANZEN
Banking-App mit Zahlungen, Angeboten, Support und Sicherheitsrelevanten Bildschirmen.
REISEN UND REGIONALE ANGEBOTE
Eine Ticketing-App mit Buchungs-, Umbuchungs- und Reisezustandsflüssen, um Prioritäten zu setzen.