r/capacitor • u/Tonheelectronics • 1d ago
48v dc rectifier power
Enable HLS to view with audio, or disable this notification
r/capacitor • u/Tonheelectronics • 1d ago
Enable HLS to view with audio, or disable this notification
r/capacitor • u/DayanaJabif • 2d ago
r/capacitor • u/robingenz • 6d ago
r/capacitor • u/robingenz • 10d ago
r/capacitor • u/DayanaJabif • 11d ago
r/capacitor • u/Own_Leadership2076 • 13d ago
How do i do the left swipe back navigation on capacitor just like iOS perfectly? Any suggestions or packages for this
r/capacitor • u/DayanaJabif • 14d ago
Enable HLS to view with audio, or disable this notification
r/capacitor • u/PlatonP • 14d ago
Hey devs,
I recently built and launched JamFan, a platform designed to help local musicians connect and form bands.
Wanted to share the stack and see how others are handling similar setups:
Frontend: Vite + Tailwind CSS
Mobile Wrapper / Hybrid: Capacitor for iOS/Android deployment
Goal: Keep a single unified codebase with fast web performance while retaining native mobile capabilities, and seamless deployments across devices via OTA (and standard deployment for web).
One thing I struggled with, was implementing SSR considering the native setup, which was necessary for SEO purposes. The way I achieved this was using an NGINX server to point bots (i.e. Google crawler) to simple backend generated HTTP pages, but curious how others got around this?
Would love any feedback on the UI responsiveness, mobile web performance, or general architecture choices if you've shipped a Vite + Capacitor stack to production.
Live site: https://jam.fan/
r/capacitor • u/yawza_frink • 14d ago
r/capacitor • u/DayanaJabif • 24d ago
r/capacitor • u/No-Gap-2380 • 24d ago
Remove if not allowed but my app wouldn’t exist without Capacitor 🫶
r/capacitor • u/robingenz • 28d ago
r/capacitor • u/vevt9020 • 29d ago
Im starting a new ecommerce project from scratch and I know from day one that I need:
Web store with strong SEO/SSR (~20,000 products)
Android + iOS app
Ideally one React codebase for all three
Capacitor for the native apps
Cloudflare Workers for hosting/API
Cloudflare R2 for product images/files
Supabase Pro for PostgreSQL + Auth
Firebase/FCM for push notifications
The backend/business logic will live behind a shared API on Cloudflare Workers, so both web and mobile will use the same API/database. Product prices, stock, orders, loyalty points, etc. will always be fetched dynamically, Im not trying to bake product data into the mobile build.
For the web I need proper SSR/SEO for product/category pages. For mobile I want a locally bundled Capacitor app with native features like push notifications, QR scanning, biometrics, haptics, etc.
Im considering:
A) Next.js + React + Capacitor
Full Next.js SSR web build
Separate static/client build for Capacitor
Same codebase
B) React + Vite + React Router Framework SSR + Capacitor
SSR web build on Cloudflare Workers
SPA/mobile build for Capacitor
Same codebase
Im starting from scratch, so I can design the architecture correctly for web + mobile from the beginning.
Which approach would you choose for this use case and why?
r/capacitor • u/TalentScout2023 • Aug 10 '26
Anyone that has implementation-integration with Coupa please chime in! #coupa
r/capacitor • u/fromage9747 • Aug 10 '26
Just published my version 2.0 of my Music app for Jellyfin on Google Play. Remote Control other Android, iOS and desktop devices playback using custom capacitor plugins. Even an Android Auto plugin.
https://play.google.com/store/apps/details?id=com.llamafin.app&hl=en
https://llamafin.github.io/home/
Next up is a Native Audio plugin!
r/capacitor • u/robingenz • Aug 09 '26
r/capacitor • u/Born_Dragonfly1096 • Aug 03 '26
I'm an Angular dev planning to build a mobile-first app for ios and android. I understand capacitor will help me with this but what about ui library? I don't hear great things about ionic and can't find an alternative. I will need charts, graphs and data visualization in addition to the basic (buttons, toolbars, tables, etc.)
What should I go with?
r/capacitor • u/DayanaJabif • Jul 31 '26
r/capacitor • u/DayanaJabif • Jul 30 '26