Capacitor StatusBar Plugin uses Deprecated Android APIs
My Android mobile app uses the Capacitor StatusBar plugin. Specifically I call the StatusBar.setStyle method. For now, it seems to work. But Google has issued new requirements for Android apps...
View ArticleApp Transport Security policy issue when running capacitor ios app
When i try to login to my ios capacitor app on the emulator i get this error: 2025-10-21 10:41:30.384049+0100 App[1114:834769] [NSURLSession sharedSession] may not be invalidated ERROR MESSAGE:...
View ArticleIncorrect Click Behavior with HostListener Click Events in Ionic 8.7.4+
After upgrading from Ionic 8.7.3 to 8.7.4 (and also tested in 8.7.7), I encountered a critical issue with click event handling in my app. The issue seems to be related to how HostListener bound click...
View ArticleHow to dynamically load images in a capacitor in a native environment?
I have classic web folders structure like: index.html images/logo.png js/index.js I would like to add the logo.png to using jQuery appendTo function: $("<img/>", { src: "images/logo.png"...
View ArticleBuild Ionic 8 and Angular 20 Calendar UI with Event Integration
djamware.com Build Ionic 8 and Angular 20 Calendar UI with Event Integration Learn how to build a modern calendar app with Ionic 8 and Angular 20. Create, edit, and manage events using Ionic UI,...
View ArticleCapacitor 7.4.3 and Vue 3 Compatibility with Honeywell devices
Hey there! I would like to ask you, if anyone you tried tu run an apk on Honeywell devices. I tested on the Samsung Galaxy S24FE and it worked without any problems, but when i started on the Honeywell...
View ArticleIonic 3 & Android SDK 35
Hi to all In my team, we work in a legacy app with ionic 3 and angular 5 Currently we force SDK 34 in android compiling with cordova using “ionic cordova platform add android@11 && ionic...
View ArticlePopover component not working on Android Emulator
Hello, I’ve created a simple app using “@ionicionic/angular”: “^8.0.0” and “@capacitor/core”: “7.4.4”, and added a Popover Component this way : <ion-button (click)="presentPopover($event)"...
View ArticleIon-modal bug creating overlay component Ionic Vue v8
i dont know why in all of my page that use ion-modal now is having bug. it create an overlay component that blocks the real content. when i inspect, i notice that that the ion-modal is already open...
View ArticleCapacitor app just caches website pages
How could a capacitor app be made which is just a middle-man between the web server we already have and the device’s persistent storage? So that the first time a page is requested, the app pulls it...
View ArticleCapacitor reverse proxy?
Does capacitor use a local reverse proxy server that I can configure or hook into? 1 post - 1 participant Read full topic
View ArticleHow to set keyboard focus CSS on ion-select with popover interface?
I have an ion-select popup using the popover interface for the list - aiming to create something like an HTML select control, but better. And importantly, keyboard-accessible. What CSS...
View ArticleCannot start new android project with the same codebase that already works...
npx cap sync ios works fine, but npx cap sync android has these errors % npx cap sync android > capacitor-app@1.0.0 android > npx cap sync android && npx cap open android localIp is...
View ArticleAny update on ion-select enter key bug fix?
There’s a bug where the enter key doesn’t work when trying to select an item in the ion-select popover. (Spacebar does work). The bug is documented here: github.com/ionic-team/ionic-framework bug:...
View ArticleBug: must be used inside ion-content
Is there anyone get this error before? ionic v8 and Angular v20 related to resize listing? bug: <ion-modal> must be used inside ion-content. · Issue #30758 · ionic-team/ionic-framework · GitHub...
View ArticleImage processing Plugins and examples
Hi All Are there any examples where I can upload an image to a server, download pictures, and also compress or process images? My Ionic app is using Capacitor and Angular Regards DJ 1 post - 1...
View ArticleMost ready-to-go solution to make window.caches persistent in the capacitor app?
I’m adding a service worker to support offline browsing using window.caches This works well in a browser In the capacitor app, it would be nice if the same service worker’s caches would be persistent;...
View ArticleDebugging Display and Slider Issues on iOS 18.6 (Ionic + CocoaPods)
Hi, I’m experiencing some issues with sliders and a few other display elements when running my Ionic app on iOS 18.6. Everything works well in web browsers, but problems appear on an actual iOS device...
View ArticleService Worker does not work in Capacitor iOS WebView
My PWA has a service worker. When I visit https://mysite.com in Safari on iPhone, the service worker works perfectly. When I build with a capacitor.config.ts like this export default { appId:...
View ArticleReliable Edge-to-Edge in Ionic 8 and Capacitor 7
I can’t claim to have things figured out, but I thought I would post what I think I know so far for anyone else in the same predicament. I am happy to add corrections as needed. I am new to mobile app...
View ArticleCapacitor-Android add a view dynamically to MainActivity
I need to insert a RelativeLayout in MainActivity either dynamically or in layout/main_activity.xml and use View.setVisibility() to dynamically toggle the visibility of that View. How can I do that ?...
View ArticleIonics component docs page is broken
The ionic react components page is broken: UI Components | User Interface Application Building Components I have raised a ticket ( Support ) but event that is slow and broken like an abondoned russian...
View ArticleIonic live serve with vite mode
How can I use the ionic cap run android -l --external command with a custom Vite mode? For example, my mode is called foo and I have a .env.foo file. The command ionic cap run android -l --external...
View ArticleDynamic OpenGraph and JSON-LD for Ionic apps using Firebase functions
Hi everyone, I was really happy with the result of adding share-preview support to my Ionic-based website that I wrote up a very quick article to capture the main points. vault.top OpenGraph and...
View ArticleMissing IonItem dividers on iOS26
I am trying to render a simple IonList inside a modal. It works fine on Android, and older iOS versions, but on iOS 26 some dividers between IonItems are missing. It happens randomly and there is no...
View ArticleError embedding youtube video on ios 18 and above
Error embedding youtube video on ios 18 and above. For example, when I embed this link, nothing is displayed: 2 posts - 1 participant Read full topic
View ArticleExploring whether I can connect it with platforms like VPlayed
I’m experimenting with building a prototype OTT dashboard in Ionic and exploring whether I can connect it with platforms like VPlayed for video content management and analytics. Has anyone tried...
View ArticleScroll position on android / web
I am working on a vue + capacitor app with ionic but I am facing one issue maybe that’s default of ionic, which is: ”When I visit a page and scroll down to bottom or mid and click a button and...
View ArticleAdmob Plus on Ionic Cordova Project
Hi guys l have an issue with AdMob Plus plugin implementing it on Ionic Cordova project. I have setup the Admob Plus plugin using the Cordova setup and has followed the documentation. I am using the...
View ArticlePush Notification not received on smartphone using Firebase in a Django...
Hello everybody, we have built a Vue app using a Django backend and are now converting it to a Capacitor app. We are trying to send out push notifications during a webhook request from some sensors....
View Article