Load styles in Ionic dynamically from a file downloaded via http
First of all, sorry for my English… I’m trying to develop an Ionic app with Capacitor using standalone Angular. I would like it to have pre-established styles by default and for them to be declared in...
View ArticleAngular navigate parent
Hi, when I am using angular router-outlet and I try for example this.router.navigate(['/detail/' + id], { relativeTo: this.route.parent }); my navigation works OK but when I switch to...
View ArticleIonic elements not showing on built version of app
Hello! I am working on a small personal project and have run into a bit of an issue. When I build my app and host it locally with http-server none of the Ionic components show, although they are...
View ArticleWeb Server Cache Issue with Ionic App
Hi All, In addition to placing my Ionic app on the App Store, I am also hosting it on a web server. However, I am unsure whether the issue I’m experiencing is related to the web server or if something...
View ArticleHandling Privacy Manifest Requirements with Outdated Firebase and Angular...
Hi, I’ve been caught off guard by the new privacy manifest requirements, which are asking for 11 declarations—mostly related to Firebase. Unfortunately, my app is somewhat outdated, as I haven’t had...
View ArticleApp slow on second launch
Hello, our app is performing perfectly on the first launch. But when we exit the app and launch again, it is extremely slow, UI renders very slowly, all pages/components when navigating to for the...
View ArticleSticky content without using ion-list
In my Ionic app, I have an element I want to make sticky. Once the user scrolls the element into view, I want it to stay at the top of the screen no matter how far down the user scrolls. I can’t get...
View ArticleIonic 8 - how to force light mode / disable dark mode?
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticleiOS Firebase
Hi, I have no problem to connect to Firebase or access Firestore from web or Android. But from iOS, when compiled like an app through Xcode it doesn’t work. It’s like the connection can’t be...
View ArticleCSP Frame Ancestors for Capacitor Apps with 3D Secure Payment Integration
I’m integrating a payment provider that uses a 3D Secure authentication iframe. The flow is as follows: The payment provider returns an HTML string for the 3D Secure authentication. This HTML is set...
View ArticleIon-datime-button style
Hi, is there some way how can I style ONLY time button inside ion-datetime-button ? this is my css which work for both date and time button ion-datetime-button::part(native) { background: transparent;...
View ArticleionInfinite not firing
I am using ion-infinite-scroll with cdk-virtual-scroll-viewport but i have problem that when I scroll on the bottom that ionInfinite is not called StackBlitz Ionic Docs Example - StackBlitz An Ionic...
View ArticleHow to Disable Ionic CLI Update Notification in Version 3.20.0 When Running...
I am running an Ionic 3 project using Docker, but I encountered the following issue when executing commands inside the container: The Ionic CLI has an update available (3.20.0 => 5.4.16)! Would you...
View ArticleBun support for ionic CLI
How can I use Bun as the default package manager with ionic CLI? after updating the global config with ionic config set -g npmClient bun I got the following error when running ionic start > ionic...
View ArticleionItemReorder event not triggering
I just made a new Ionic 8 Vue app and tried the ion-reorder-group component, but the ionItemReorder event is not triggering and the animation freezes (because i cant do the event.detail.complete()). I...
View ArticleDeep linking - Supported web addresses Auto Enable
I added Android deep linking, but it’s not enabled by default. I have to enable it manually in settings.I want it to be enabled automatically. already Add Intent Filter <intent-filter>...
View ArticleDetect if Dark Mode is Actually Active (not preference)
There are various strategies for applying “darkmode” css to an app. It could be hardcoded or it could be based on the user’s “system” preference or it could be toggled via JavaScript. There are many...
View ArticleGoogle Play Store ANR Report - Chromium-TrichromeWebViewGoogle
I got the email from google stating a crash in the app which is affecting the user and it is related to ANR and when i check the log it is related to Chromium-TrichromeWebViewGoogle but on my end i am...
View ArticleIonic gallery permission not working
I am trying simple task to open the gallery via btn click. If gallery permissions are not given to application it should prompt the user to enable them else gallery should be opened. I am trying to...
View ArticleUpdating Ionic Capacitor project to work with new ios privacy manifest...
I’m a bit lost here and need some guidance. Also willing to pay for some assistance. I need to meet the new Privacy Manifest requirements as I fail for 11 of the SDKs, so I am updating my project...
View Article