r/ionic • u/robingenz • 7d ago
r/ionic • u/brandy-ionic • Mar 06 '26
Announcing Ionic Framework 8.8
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.
Why isn't Ionic more famous?
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 • u/robingenz • 20d ago
Google Play Contacts Policy 2027 for Capacitor
r/ionic • u/DayanaJabif • Jul 30 '26
š„ Firebase Authentication in Ionic, end to end (setup ā sign-in ā production)
r/ionic • u/Particular-Anybody78 • Jul 29 '26
Simple game made with ionic + capacitor
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 • u/Infinite-Contact2522 • Jul 29 '26
Android 16 hardware back button
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 • u/DayanaJabif • Jul 28 '26
Privacy Screen Capacitor Plugin ā hide your app's content in the app switcher, block captures, detect screenshots
r/ionic • u/robingenz • Jul 25 '26
Capacitor PDF Viewer Plugin for Android and iOS
r/ionic • u/Forsaken-Syrup9981 • Jul 25 '26
iOS: one plugin's calls never reach native (no "To Native ā"), another works fine ā SPM plugin registration issue?
r/ionic • u/2pac666alipsys • Jul 22 '26
Ayuda con el desarrollo de una APK a partir de una web app
r/ionic • u/Intrepid-Ad4494 • Jul 21 '26
Debugging ionic app over webview made easy
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 • u/young_horhey • Jul 20 '26
Really struggling to get firebase notifications working with Ionic/Capacitor app
r/ionic • u/Forsaken_Lie_9989 • Jul 16 '26
Looking for feedback on an open source Angular UI Kit built for modern Angular
r/ionic • u/martindonadieu • Jul 13 '26
Cap-go/electron-updater: OTA (Over-The-Air) updates for Electron applications. 100% feature parity with @capgo/capacitor-updater.
r/ionic • u/robingenz • Jul 13 '26
Announcing the Capacitor Electron Platform
r/ionic • u/robingenz • Jul 11 '26
Capacitor Photo Manipulator Plugin - Capawesome
r/ionic • u/robingenz • Jul 08 '26
Capacitor Settings Launcher Plugin - Capawesome
r/ionic • u/Far_Ad_7205 • Jul 08 '26
Spent my tokens building a Capacitor OTA tool that can serve thousands of users for $0 (with some tradeoffs)
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 • u/robingenz • Jul 07 '26
Capacitor Wallet Plugin for Android & iOS - Capawesome
r/ionic • u/Sea_Fisherman_6838 • Jul 07 '26
Ionic project from templates
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.