AUTO AND VEHICLES
Cars.co.za
マーケットプレースアプリでメディア、検索、口座、リード生成パスをマップします。
A practical checklist + plugin replacement map + copy/paste AI prompts. Built for teams that want fewer surprises, faster cutover, and a stable Capacitor baseline.
human support from 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.
Exportしたものを今のままにして、移行入力として保存してください:
# In your Cordova project
cordova plugin list
cordova platform ls
platforms/bun add @capacitor/core @capacitor/cli
bunx cap init
アプリケーションが正しく構築されていることを確認する webDir アプリケーションが正しく構築されていることを確認する dist, build, www).
bun add @capacitor/ios @capacitor/android
bunx cap add ios
bunx cap add android
bun run build
bunx cap sync
マイグレーション中は「ほとんど機能する」プラグインの動作を許容するのは最悪のタイミングです。高リスクのプラグインを早期に置き換えることをお勧めします (認証、決済、バックグラウンドサービス)
| 用途 | コルダバプラグイン (例) | Recommended Capacitor Replacement |
|---|---|---|
| カメラ | cordova-plugin-camera |
@capacitor/camera + @capgo/capacitor-camera-preview |
| インアプリブラウザ | cordova-plugin-inappbrowser |
@nicholasalx/capacitor-inappbrowser |
| バックグラウンドジオロケーション | @transistorsoft/cordova-background-geolocation-lt / cordova-plugin-geolocation |
@capgo/capacitor-background-geolocation |
| バイオメトリクス | cordova-plugin-fingerprint-aio / cordova-plugin-touch-id |
@capgo/capacitor-native-biometric |
| ソーシャルログイン | 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 |
| インアプリ購入 | cordova-plugin-purchase |
@capgo/capacitor-native-purchases |
| ドキュメントスキャナー | cordova-plugin-document-scanner |
@capgo/capacitor-document-scanner |
| OTA/ライブアップデート | Ionic Appflow |
@capgo/capacitor-updater |
Browse Capgo's plugin catalog and map by capability: Capgo plugins.
これらのパラメーターは、表、チェックリスト、計画などの使用可能な出力を生成するように設計されています。曖昧なアドバイスを生成するのではなく。
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.
AIコーディングエージェント (Cursor、ClaudeCodeなど)を使用している場合、エージェントがCapacitorマイグレーションのための一貫したプレイブックを実行する場合、結果が良くなります。CapgoはCapacitor: プラグイン、ベストプラクティス、デバッグ、CI/CD、ライブアップデートなど、オープンソースのスキルを公開しています。
参照: Capacitorスキル.
アプリストアのブロッカー、プラグインのバックレッジ、既存ユーザーのアップグレードパスのリスクについて心配している場合、完全にマイグレーションを実行することができます。
Capacitorで作成されたアプリ
マーケットプレイス、アプリケーション、チケットアプリは、検索、口座、メディア、位置、取引フローを組み合わせます。AIアシストされた移行は、機能表面をCapacitorプラグインマップ、テスト計画、ステージドロールアウトチェックリストに変換します。
AUTO AND VEHICLES
マーケットプレースアプリでメディア、検索、口座、リード生成パスをマップします。
FINANCE
銀行アプリで支払い、オファー、サポート、セキュリティ関連の画面を提供します。
TRAVEL AND LOCAL
チケット購入アプリで、予約、キャンセル、旅行状況のフローを優先します。