Can I use Angular Universal prerender with ionic framework?
Hi everyone, I’m trying to use angular universal prerendering with an Ionic Angular app. To test I created a simple app with Tabs template. When I run “ng run app:prerender” the cli correctly generate...
View ArticleIonReorderGroup.completeReorder standalone gives error 'Cannot read...
Hi, I have started converting my Ionic Angular project from Modules to standalone. I have the latest Ionic and Angular, and everything is working fine, including the IonReorderGroup. I ran the Angular...
View ArticleUsing and configuring IonicStoreage for Standalone (2025)
Hi, I am in the process of updating my Ionic / Angular application to standalone. I have Angular v20.1.4, Ionic v8.7.1 I see some older post on setting up Ionic storage, and also at GitHub -...
View ArticleHow to provide Ionic services such as Toast, AlertController etc into my own...
Hi, I have been converting my (quite large) Module bases Ionic/Angular application to standalone. I now have all modules gone, and I import Ionic components into each of my components. For example...
View ArticleApp working with Live Reload but not working with Android Studio or xcode
I have an Ionic/Angular app in standalone mode that works perfectly while I test it in live-reload mode with ionic cap run android -l --external. However, when I run it directly from Android Studio or...
View ArticleHow to provide DI services in a Angular stand alone component that is created...
Hi I am converting my modules bases Ionic/Angular application to standalone. I have a number of lazy loaded components (previously modules), that have services “private” to that component, that is...
View ArticleHELP: Android Keyboard Issue resizing and overlaying other contents
Hey everyone, I’ve run into a stubborn keyboard issue on Android that I can’t seem to solve, and I’m hoping someone here has encountered this before. **The Goal:** When an input at the bottom of the...
View ArticleDario Schiraldi : How can I connect my Ionic app to a backend API?
Hi I’m Dario Schiraldi, CEO of Travel Works, born in Italy live in Dubai, I’m working on an Ionic app and need to connect it to a backend API. I’d love to hear how you’ve approached this in your own...
View ArticlePrakash Hinduja (Switzerland) Do Ionic apps run Node.js on the device, or use...
I’m Prakash Hinduja, a financial strategist shaped by tradition and refined by global experience. Born in the Amritsar, India, and now calling Geneva, Switzerland (Swiss). I’m a bit confused about how...
View ArticleIonToggle and IonRadioGroup are now giving RuntimeError: NG01203: No value...
I have quite a large form, which includes the above elements. No, after going to standalone, those controls only give me the No value accessor error. All other controls work fine, including...
View ArticleInconsistent Grid Responsiveness on iPad (Stage Manager Mode)
Hi all, I’m running into an issue with Ionic Vue (v8) and the Ionic Grid system where responsiveness is inconsistent on iPad, especially when using Stage Manager or Split View. Here’s what I’ve...
View ArticleChange new font size on a popover select box
trying to amend the font-size on a ion-select popup - can’t seem to get down to the level at which the text is displayed. 2 posts - 2 participants Read full topic
View ArticleAdMob test banner not showing on Xiaomi device
Hello, I’m integrating AdMob in my app and I’m testing with the official test banner IDs provided by Google. The issue is that the banner does not appear at all inside the app. I checked the logs and...
View ArticleLibrary for easier IonIcon usage in Angular
I’d like to introduce my library that makes the IonIcon usage in standalone build really easy. It frees you from cumbersome addIcons business while keeping the same template. npm...
View Article