Passing value to app.component.ts
Please ignore the previous post. DI is for services, not for components. Trying to inject one component into another is a recipe for confusion and pain.
View ArticleChanging the color of text inside an ion-tab
I have. I don’t see it. Maybe I’m looking at the wrong page, or the wrong part of the page? Or perhaps I’m just misunderstanding what I’m looking at. I’'ve been reading a lot of documentation, so it’s...
View ArticleChanging the color of text inside an ion-tab
jamiegoodnight: I don’t see anything about selected text color here: ion-tab-button: Ionic Framework API Docs it’s at the end, under the css custom properties. --color
View ArticleChanging the color of text inside an ion-tab
mikrochipkid: --color Right, I’m asking how to change the color only when a tab is selected/active. I found this and was wondering if, perhaps, there’s a similar logic using ion-tab-button instead of...
View ArticleChanging the color of text inside an ion-tab
Please don’t post textual information as images. It severely degrades the usability of forums like this. The link @mikrochipkid provided contains the following line: --color-selected Color of the...
View ArticleCordova vs Capacitor for older devices
I am starting in interesting project building a financial services app for a third world market. I’d like to use Capacitor, but client wants to stick with Cordova as he feels it would be better...
View ArticleCordova vs Capacitor for older devices
I disagree with your client. If anything, Capacitor will perform better than Cordova on older devices simply because of the way the startup code is architected, which eliminates the need for waiting...
View ArticleChanging the color of text inside an ion-tab
I guess he just wants someone to write the code for him so he can copy and paste.
View ArticleIonic 4 - How to change Toast button's style?
Hi there! Add a custom class for your Toast cssClass: 'my-custom-toast-class'. It will end up like this: async showToast(){ const toast = await this.toastController.create({ header: 'Nice Toast 😊',...
View ArticleHardware Back Button Issue
Finally, I moved from Cordova to Capacitor, Now it’s fine.
View ArticleAdvice for app architecture
I am looking for some advice on best practices for my app architecture. Right now, I have my app folder structured like this: /components /guards /interceptors /pages /services /tabs...
View ArticleInAppPurchase2 ios build error
I had the same issue. The idea here helped to simply comment out that piece of code since I am not using that feature: No visible @interface for 'SKPaymentQueue' declares the selector...
View ArticleCordova vs Capacitor for older devices
Sdk version to me seem more important and you are likely to bump into very cheap devices showing various compatibility towards sdks Not sure if a web based app then will be your best friend But this...
View ArticleAdvice for app architecture
I have put them in /modals so I can easily reuse code for some of the repetitive stuff like closing Other way is organise by feature requiring you to reshuffle all Ionic and angular have good guidance...
View ArticleHow to get native ios ion-modal animation
Thanks! The presenting-element property was missing.
View ArticleNg has unexpectedly closed on camera plugin import
I got this error when I did an import of the Cordova camera plugin.
View ArticleIon-router-outlet (angular) fills with hidden DOM by design: safe?
I am not sure if I have an answer for you. I am very curious on the problem you are trying to solve - why does this question pop up? You seem to either want to control how the browser deals with...
View ArticleSave image from native camera to assets folder (Ionic 5)
I would like to know is there any way that i able to save the image to the ionic assets folder that i have capture using ionic native camera, if yes how can i do it
View Article