From 93bf11487bdc65e6b776a78a53ae9d9d7c6817df Mon Sep 17 00:00:00 2001 From: Martin DONADIEU Date: Tue, 23 Sep 2025 17:35:51 +0100 Subject: [PATCH 1/2] Add Capgo mentions for plugins --- .../(qwikcity)/guides/capacitor/index.mdx | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/packages/docs/src/routes/docs/(qwikcity)/guides/capacitor/index.mdx b/packages/docs/src/routes/docs/(qwikcity)/guides/capacitor/index.mdx index ff06082050b..bf44a57a210 100644 --- a/packages/docs/src/routes/docs/(qwikcity)/guides/capacitor/index.mdx +++ b/packages/docs/src/routes/docs/(qwikcity)/guides/capacitor/index.mdx @@ -87,6 +87,40 @@ Capawesome plugins are built with a **TypeScript-first philosophy**, ensuring st Many more Capawesome Plugins can be found [here](https://capawesome.io/plugins/). +#### **Capgo Plugins:** + +[Capgo](https://capgo.app/) is a community-driven project that extends Capacitor with a rich ecosystem of **open-source plugins and apps**. Its mission is to give developers powerful native capabilities while keeping everything transparent and free from vendor lock-in. From **OTA updates** to device integrations like **camera, audio, storage, and geolocation**, Capgo provides modern, TypeScript-first plugins that make hybrid app development more flexible and reliable across iOS and Android. + +##### **Highlighted plugins (official repos)** +- **Updater** — Over-the-air/instant updates for Capacitor apps. + +- **InAppBrowser** — Open URLs in a native WebView with events and JS bridge. + +- **Uploader** — Native background/robust file uploads (e.g., S3 presigned). + +- **Camera Preview** — Realtime camera preview overlay for web UI. + +- **Native Audio** — Low-latency native audio playback/streams. + +- **Native Geocoder** — Forward & reverse geocoding. + +- **Social Login** — Google/Apple/Facebook and more via one API. + +- **Flash** — Toggle the device flashlight/torch. + +- **Navigation Bar** — Control Android navigation bar color/buttons. + +- **Root/Jailbreak Detection** — Detect rooted/jailbroken devices. + +- **Native Purchases** — In-app purchases & subscriptions. + +- **Downloader** — Background/foreground file downloads with progress. + +- **Background Geolocation** — Accurate location updates while app is backgrounded. + + +Many more Capawesome Plugins can be found [here](https://capgo.app/plugins/). + #### **Cordova Plugins:** - Provide access to a large library of plugins from the Cordova ecosystem, offering compatibility with legacy hybrid solutions. - Ideal for leveraging specialized or less commonly used native features not yet supported by Capacitor or Capawesome. From bf9c6aa8c1714e1f27d9cad03f754a28c347edb6 Mon Sep 17 00:00:00 2001 From: Martin DONADIEU Date: Tue, 23 Sep 2025 17:36:49 +0100 Subject: [PATCH 2/2] Update Capacitor guide by removing plugins and renaming fix --- .../src/routes/docs/(qwikcity)/guides/capacitor/index.mdx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/packages/docs/src/routes/docs/(qwikcity)/guides/capacitor/index.mdx b/packages/docs/src/routes/docs/(qwikcity)/guides/capacitor/index.mdx index bf44a57a210..4220e24d347 100644 --- a/packages/docs/src/routes/docs/(qwikcity)/guides/capacitor/index.mdx +++ b/packages/docs/src/routes/docs/(qwikcity)/guides/capacitor/index.mdx @@ -106,12 +106,6 @@ Many more Capawesome Plugins can be found [here](https://capawesome.io/plugins/) - **Social Login** — Google/Apple/Facebook and more via one API. -- **Flash** — Toggle the device flashlight/torch. - -- **Navigation Bar** — Control Android navigation bar color/buttons. - -- **Root/Jailbreak Detection** — Detect rooted/jailbroken devices. - - **Native Purchases** — In-app purchases & subscriptions. - **Downloader** — Background/foreground file downloads with progress. @@ -119,7 +113,7 @@ Many more Capawesome Plugins can be found [here](https://capawesome.io/plugins/) - **Background Geolocation** — Accurate location updates while app is backgrounded. -Many more Capawesome Plugins can be found [here](https://capgo.app/plugins/). +Many more Capgo Plugins can be found [here](https://capgo.app/plugins/). #### **Cordova Plugins:** - Provide access to a large library of plugins from the Cordova ecosystem, offering compatibility with legacy hybrid solutions.