Routing / NavController not redirecting and not giving any error when route...
Could you be mixing standalone and NgModules?
View ArticleIon-select --padding-start not working
I’m using Ionic 7.8. And your suggestion of adding !important worked. Great that it works, but it seems very unsatisfactory. It’s in the docs as a valid custom css property. What really gets me is...
View ArticleThis app requires a webview to work
Hey! Hello everyoe! I have been using Angular for over 6 years. Now, I’m learning IONIC. I was running a IONIC-Angular 18 app on my android device, and everything was working correctly. Then, I...
View Article@capacitor/inappbrowser crashes app on android
until they update the plugin, the following worked for me: open node_modules/@capacitor/inappbrowser/android/build.gradle and update or add this compileOptions { sourceCompatibility...
View ArticleSachin Duggal - CSS Help: Overlaying Icons in a Button
Hi everyone, My name is Sachin Duggal, and I manage a thriving bags manufacturing enterprise. I’m working on a button that already has an icon, for example, ion-ios7-person. I’d like to overlay...
View ArticleThis app requires a webview to work
That message appears when the device doesn’t have a WebView installed or have it disabled in apps.
View ArticleIonic Standalone & ESBuild increase in initial bundle size. Lazy loaded...
I’m currently working on a migration from IonicModule with Webpack to Ionic Standalone Components with ESBuild. I expected the initial bundle size to shrink, since some components are only required in...
View ArticleTrigger Appflow Builds on a Schedule & On Click of a Button
I wound up creating a GitHub action, and I hope this helps someone else. I read a bunch of suggestions and came up with the following generic .github/workflows/automerge-appflow.yml which is...
View ArticleGoogle Play: Automatically publish releases?
The previous “solution” isn’t much of a solution at all. Since I have already written a webhook, I’m going to try and add functionality so that on the success of an android build I will attempt to use...
View ArticleEnable Offline Functionality for Ionic Web App
I have a similar problem, with a mobile app. I don’t build the web version… but its built as if always connected. all data updates go thru a queue store and the data is backed by persistent storage...
View ArticleHttp request using Angular and capacitor for android does not work
Hi everyone. I am not using ionic, just Angular with capacitor. My app will work just in android mobile. Now I have problem with the http requests, it does not work in mobile, but before it was...
View ArticleHttp request using Angular and capacitor for android does not work
If you cannot change or don’t have control of the CORS headers on the web server you are making calls to, then you’ll need to use the CapacitorHttp plugin. You can just enable it and not change...
View ArticleAndroid TV - ion-select label width (angular)
Thanks, this works. But I would have preferred something I can set globally rather than changing the html of the entire app. But if there is no alternative…
View ArticleAndroid TV - ion-select label width (angular)
Since it is in the ShadowDOM you cannot edit it directly with CSS. You can use some JS though. document .querySelector('ion-select') .shadowRoot.querySelector('.label-text') .setAttribute('style',...
View ArticleThis app requires a webview to work
Hey, Thank you for very much your answer. I have checked the device, and it has WebView installed. I also tried running the app in my Android emulator, where it had been working, and it says the same:...
View ArticleNeed Help: Implementing In-App Subscriptions for iOS and Android Using Ionic...
I am currently using Ionic and Capacitor to convert my Angular web app into iOS and Android apps. Now, I want to integrate in-app subscriptions for both platforms. While researching, I found several...
View ArticleAnyone actually using AppFlow?
you can use appflow:build this will take priority over your build. and add your prod command there. eg: "appflow:build": "if [ \"$CI_PLATFORM\" != \"web\" ]; then npx trapeze run ci.yml -y...
View ArticleIonic Angular 19 > Not working
Hey, how are you? I noticed that Ionic Angular 19 is not working. What I found is that when the www folder is created, it has a different architecture: WWW prerendered-routes.json Browser Folder:...
View ArticleUnable to apply custom formatting to ion-input
If the desired result is this: I’m hitting dead-end trying to achieve this in Ionic. Obviously this is a very straight forward formatting task in vanilla css. But to force an ionic component to look...
View Article