iOS 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 ArticleApp crash report from play console due to FATAL:crashpad_client_linux.cc(732)
I’m facing the same error. Did someone find the problem or solution?
View ArticleIonic Angular/ React not Deploying to vercel
I have the same problem updating from Angular 18 to 19. Triying to deploy the Ionic Angular app shows this error I guess this error is because angular 18 used “builder”:...
View ArticleWeb Server Cache Issue with Ionic App
twestrick: no-store This is how the file names look
View ArticleWeb Server Cache Issue with Ionic App
I meant the actual contents of your index.html file. For example, my production build includes JS and CSS with hashed file names (Vue & Vite): <script type="module" crossorigin...
View ArticleWeb Server Cache Issue with Ionic App
twestrick: runtime This is an example of my file. It does not look like it is being hashed. ` Do we need to enable this hash option for file names,
View ArticleWeb Server Cache Issue with Ionic App
Doesn’t look like your file came through. Either way, the Angular 17 app I am looking at has "outputHashing": "all" in it’s angular.json file under projects -> app -> architect -> build ->...
View ArticleWeb Server Cache Issue with Ionic App
This is what i have { "$schema": "./node_modules/@angular-devkit/core/src/workspace/workspace-schema.json", "version": 1, "defaultProject": "app", "newProjectRoot": "projects", "projects": { "app": {...
View ArticleWeb Server Cache Issue with Ionic App
aardra: uild": { Under “build”: {}, there does not seem to be configurations → production
View ArticleIonic Angular/ React not Deploying to vercel
I found a solution to deploy ionic-angular 19.x to Vercel. You have to change the builder options inside angular.json. Change “builder”: "@angular-devkit/build-angular:application To “builder”:...
View ArticleCSP Frame Ancestors for Capacitor Apps with 3D Secure Payment Integration
Capacitor may require additional handling for iframe embedding, especially for mobile, to ensure the app’s security settings and app-specific configurations align with the CSP rules.
View ArticleHandling Privacy Manifest Requirements with Outdated Firebase and Angular...
If upgrading is too complex, manually creating the privacy manifest could be a good temporary fix. Extract the necessary info from Firebase 10.22.0 and other SDKs. Upgrading later might be easier...
View ArticleGuidance on Using Capacitor Federation Plugin
My understanding is that the Capgo plugin works for monolithic apps. Does the Capgo plugin support micro frontends?
View ArticleHandling Privacy Manifest Requirements with Outdated Firebase and Angular...
Thanks for the response. I have done this but still getting the same errors. Do I need to add a privacy manifest for each SDK as well? Where would I add these if so. Seems like this is saying I need...
View ArticleIonic camera with overlays - camera view is black
abuislam: document.body.classList.add('camera-active'); Im using ionic 7 with capacitor with angular this is my code step9.page.html <ion-header> <ion-toolbar>...
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 ArticleIonic Portals pricing
Thanks for the info, this was one of my concerns about getting into the ionic ecosystem.
View ArticleCSP Frame Ancestors for Capacitor Apps with 3D Secure Payment Integration
When I whitelisted the following: "'self'", "https://*.mywebapp.com", # web "ionic://", # iOS "http://localhost:*" # Android it worked.
View Article