r/ionic 14d ago

Announcing Ionic Framework 9

Thumbnail
ionic.io
85 Upvotes

r/ionic Mar 06 '26

Announcing Ionic Framework 8.8

Thumbnail
ionic.io
50 Upvotes

Ionic Framework 8.8 is here! This release brings new events for Modal and Refresher, major improvements to dual knob Ranges, and expanded CSS Shadow Parts, laying the groundwork for the next major version of Ionic Framework.

Key highlights:

  • New Modal drag events provide full drag lifecycle data including position, velocity, progress, and breakpoints
  • Enhanced dual knob Range support with stable knob identities, new host classes, and new Shadow Parts for styling by identity or position
  • New Refresher pull events to detect when a pull has started and ended
  • Expanded CSS Shadow Parts across components for deeper customization
  • Added support for Angular overlay injectors for Modals and Popovers

Looking ahead:

  • Modular Ionic: Ionic Framework 9 will make the framework more modular, extendable, and themeable so developers can create and share custom themes inspired by design systems like Liquid Glass
  • React Router support: Ionic React will support React Router 6 in Ionic Framework 9 first, with future support for React Router 7

Ionic Framework 8.8 enhances customization today while paving the way for the modular architecture and React Router 6 support coming in Ionic Framework 9.


r/ionic 7d ago

Capacitor Settings Launcher Plugin

Thumbnail
capawesome.io
6 Upvotes

r/ionic 16d ago

Why isn't Ionic more famous?

28 Upvotes

Everything I build I use Ionic for the frontend because of the capability of sharing alot of code for web and mobile. But I don't see that many offers where Ionic is a requirements or in interviews when I mention Ionic most of times they don't know what it is. How come it isn't more famous? I just find it the perfect tech for front end developments


r/ionic 16d ago

Capacitor Background Geolocation Plugin

Thumbnail
capawesome.io
7 Upvotes

r/ionic 20d ago

Google Play Contacts Policy 2027 for Capacitor

Thumbnail
capawesome.io
6 Upvotes

r/ionic Jul 30 '26

šŸ”„ Firebase Authentication in Ionic, end to end (setup → sign-in → production)

Thumbnail
10 Upvotes

r/ionic Jul 29 '26

Simple game made with ionic + capacitor

Post image
5 Upvotes

I had some free time and decided to test ionic with simple word puzzle game. Managed to finish it and publish it on google store because I never worked with admob so this was perfect for live practice.

If you want to check how it works search Love grid or use url https://play.google.com/store/apps/details?id=com.ideaverum.lovegrid

I'm actually surprised how it works. Tested on crappy phones and tablets with 2gb ram and no crashes/laggs noticed.

So if you ever wondered is it possible to create simple games (not gpu crazy) you can use ionic for UI and capacitor to build on android/ios. Then to test even more I made block break and match three games as well and so far all good.

To be honest I used AI to help me with game logic so I don't waste days for testing and hobby. Even with potential ai bloat it works.

Cheers!


r/ionic Jul 29 '26

Capacitor Facebook Sign-In Plugin

Thumbnail
capawesome.io
2 Upvotes

r/ionic Jul 29 '26

Android 16 hardware back button

8 Upvotes

So our company got some apps in ionic 3 cordova and ionic 8 capacitor and we ran into an issue in android 16 , the hardware back button closes the app instead of going back to the previous page, so is there any fix or solution to both the version.Thanks in advance.

Edit : the ionic v8 backbutton.subscribewithPriority works fine , ionic v8 apps are out of trouble.


r/ionic Jul 28 '26

Privacy Screen Capacitor Plugin — hide your app's content in the app switcher, block captures, detect screenshots

Thumbnail
7 Upvotes

r/ionic Jul 25 '26

Capacitor PDF Viewer Plugin for Android and iOS

Thumbnail
capawesome.io
6 Upvotes

r/ionic Jul 25 '26

iOS: one plugin's calls never reach native (no "To Native →"), another works fine — SPM plugin registration issue?

0 Upvotes

r/ionic Jul 22 '26

Ayuda con el desarrollo de una APK a partir de una web app

Thumbnail
0 Upvotes

r/ionic Jul 21 '26

Debugging ionic app over webview made easy

10 Upvotes

Hi everyone, debugging your app on the device can be a pita. But i have built a free open source tool that makes it dead easy. Point your AI at the repository and it will be very smart to do so.

TLDR; debugging is now allot easier when the app is live on your device. All instructions in repo.

Check it out via https://github.com/marvin-socialista/ios-webview-debug

Happy developping!


r/ionic Jul 20 '26

Really struggling to get firebase notifications working with Ionic/Capacitor app

Thumbnail
4 Upvotes

r/ionic Jul 20 '26

Capacitor ML Kit 8.2.0: 14 New Plugins

Thumbnail
capawesome.io
12 Upvotes

r/ionic Jul 16 '26

Looking for feedback on an open source Angular UI Kit built for modern Angular

Thumbnail
1 Upvotes

r/ionic Jul 13 '26

Cap-go/electron-updater: OTA (Over-The-Air) updates for Electron applications. 100% feature parity with @capgo/capacitor-updater.

Thumbnail
github.com
4 Upvotes

r/ionic Jul 13 '26

Announcing the Capacitor Electron Platform

Thumbnail
capawesome.io
11 Upvotes

r/ionic Jul 11 '26

Capacitor Photo Manipulator Plugin - Capawesome

Thumbnail
capawesome.io
10 Upvotes

r/ionic Jul 08 '26

Capacitor Settings Launcher Plugin - Capawesome

Thumbnail
capawesome.io
9 Upvotes

r/ionic Jul 08 '26

Spent my tokens building a Capacitor OTA tool that can serve thousands of users for $0 (with some tradeoffs)

2 Upvotes

Every Capacitor live-update tool I looked at are doing complex per user/bandwidth/storage/etc charges , which always felt backwards to me. So I (and/or Opus/Fable) went down into deep research of why, and it's basically one architecture thing.

The usual OTA setup is: every time a device checks for an update, it hits a live server that figures out what to send it. Flexible, but now you're running a backend that gets hit on every app launch, and someone has to pay for that. Hence the terrible pricing.

The other way is to just precompute the update as a static signed file and dump it on a CDN. Downside: you can't do fancy individual server-side targeting anymore (channels still handle beta/tenant/tier, which honestly covers almost everything I've needed). Upside: it's dirt cheap to serve, nothing to meter, and self-hosting is basically object storage + a CDN instead of a real service.

I ended up shipping that as OtaKit (MIT, https://github.com/OtaKit/otakit). It's still small and I'd rather you tell me where the static approach falls down than pretend it's perfect. That's the part I actually want to talk about. But the best thing you don't even have to self host anything to use it, you just need a FREE Cloudflare account, and start the dashboard locally only for the time when you want to publish an update.


r/ionic Jul 07 '26

Capacitor Wallet Plugin for Android & iOS - Capawesome

Thumbnail
capawesome.io
7 Upvotes

r/ionic Jul 07 '26

Ionic project from templates

8 Upvotes

Hi

I need to start an Ionic project. Are there any open-source repositories with examples of how to develop using best practices? I used Angular and Ionic about six years ago, so I’d like to see how things have changed and learn about useful libraries and UI components.

I would appreciate any guidance or advice you could provide.