Fit image to ion-card-content
How can I adjust an image to the size of ion-card-content. This is mi code: HTML: <ion-row *ngFor=‘let datos of data | filtros:textoBuscar’> <ion-col *ngFor="let datosI of datos.datos "...
View ArticleCapacitor compiled Ionic app: How to debug in Android Studio?
same here for my ionic 5 project. Cannot connect from android simulator or on android device: i.e. 1st backend API call (for signin in my app) does not connect. It works fine with iOS. Tried Remote...
View ArticleIonicons not found
The Iconicons Web Component is an easy and performant way to use Ionicons in your app. The component will dynamically load an SVG for each icon, so your app is only requesting the icons that you need.
View ArticleNot really an ionic question: sql/data backend recommendation?
hey guys im developing an app for my startup company , its a mobile documentation system. i got ionic down now , but right now the test version just saves to a json on the phone, but i need a...
View ArticleCan I create an ionic v4 project with the latest CLI
sebastienguillon1: Even if I follow my existing project’s package.json, I wouldn’t end up with all the generated files the same way they were generated for an Ionic v4 project. I don’t believe “the...
View ArticleProblems async method
One more rule: no “new Promise” in your code. There’s virtually never any need for it in app code, and it interferes with allowing types to shine through properly (and silently eats errors the way...
View ArticleNot really an ionic question: sql/data backend recommendation?
I’m not clear on what you’re envisioning with the whole “access it in office” bit, but I think the most important decision you have to make is whether you want relationships in your data. This is a...
View ArticleSuccessful FontAwesome production build?
shepard: I ended up putting all my required icons in a provider which I use across all pages. I do this too, but with a different syntax that I think is more amenable to tree-shaking (although again...
View ArticleNative Key
Hello, new to Ionic, got lose. i thought there is a Native Solutions version available that is supported by the community, it turns out i need to be an enterprise customer (not a just a cloud...
View ArticleNative Key
commerca: i need to build an app that requires an “Ionic Native Key” as per the link below If this is literally true, meaning that you absolutely have to use the technology stack described in the link...
View Article[native-run] ERR_UNKNOWN: Non-zero exit code from adb: 1
Hi I keep getting this error on ionic 5 using the Cordova production build I have tried to remove and re-add the android platform but still nor working. My Android Studio is up to date. please can you...
View ArticleProblems Connecting to Firestore Cloud Database
Hey there, glad you got it working ! To get the data from multiple properties you’ll want to add them to the filter function, something like: this.goalList = this.goalList.filter(currentGoal => {...
View ArticleFailed to load resource: the server responded with a status of 404 (Not...
Open sublime text Ctrl-shift-f to search and replace all icons and add the ion2-calender folder in node_module Find and replace these icons with ionic 5 icons you want ios-arrow-forward ios-arrow-back...
View ArticleWe need an Ionic 3 + PhoneGap Build and directory structure /www
I build ionic 3 apps with PhoneGap build. I want to know www/ folder of directory structure for build with phonegap
View ArticleAre you using Ionic for websites? Need suggestions and experiences
It looks like you can use Ionic 5 for Websites too, using the Angular router
View ArticleAdmob banner ad (even the test ones) not visible in Ionic 4 Android app
I am trying to integrate Admob ads with my Ionic 4 (Angular) Android app. So, I installed the plugin by executing the following commands. cordova plugin add cordova-plugin-admob-free --save --variable...
View ArticleUsing pages in multiple tabs
Hi, first of all sorry for my bad english. I have some pages which represent a certain object. Now i want to use these pages in two tabs. Is there a way to do this without creating routes for every...
View ArticleHelp on how to create a kebab (right drop down with 3 vertical dots) menu in...
Thanks so much for your kind help. I checked the documentation and is what am looking for.
View Article