Can I create an ionic v4 project with the latest CLI
I would like to replicate an ionic 4 project without most of the dependencies to do some tests. So I need to create a blank Ionic 4 project with @ionic/angular v4.11.8. How can I do this with the...
View ArticleProblems async method
Thanks to reply. Ok, I just read about the use of Promise and function return (at first line). But if i don’t use async/await or nest .then , how i may be able to manage my tasks one after another....
View ArticleUpdate user data in ionic
Good day everyone, Please I need your help on how to update a user data. I am new to angular and ionic. I have been able to retrieve user id from local storage, and also write a method that out the...
View ArticleProblems async method
Yoyo31: But if i don’t use async/await or nest .then , how i may be able to manage my tasks one after another. By chaining. sign(food: string): Promise<string> { return ...; } seel(signed:...
View ArticleCan I create an ionic v4 project with the latest CLI
By manually editing package.json once the project has been spawned.
View ArticleIonic v5: iFrame does not load on iOS
We’re getting a similar issue in iOS and have no problem loading the iframe content in Android builds. The Safari dev tools report 403 when attempting to load the iframe src. We are using Gigya’s...
View ArticleMake a segment of ion-button or ion-chip
Hello, guys ! I want to make a segment of clickable, ion-button or ion-chip like this: help828×76 4.21 KB The problem is how to enable the first button by default (checked) and how to change after...
View ArticleIon-toggle size Ionic4
Some options to try, flavour to taste. ion-toggle { zoom: 0.8; } Or, to address your specific issue on last post, being you can customise/adjust these 3 css defs: .toggle-icon - width and height...
View ArticleHow to disable hardware back button for a specific page only
Okay. Thanks. I will take note of that
View ArticleIonic 4 button ngStyle background-color
If anyone is still looking for a simple way to do this. I am on Ionic 5.x so not sure how far back it works. This was my solution to setting the button color dynamically <ion-button [color]="true ?...
View ArticleConstant 503 errors from resources
Sir I have fixed above issue via below command. npm i -g ionic@latest
View ArticleIonic 5 collapsible header replace logo
Hi, would you please share the code for the collapse, am currently want to do the same thing… kinda straggle with this thanks
View ArticleCan I create an ionic v4 project with the latest CLI
@rapropos, here are my concerns about that solution : 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...
View ArticleProblems async method
I tried this : SearchOrg (): Promise<{test: any[]}> { return new Promise(function(resolve) { this.afDB.list('Attente/' + this.userID + '/Amis') .snapshotChanges(['child_added',...
View ArticleAddaptive Icons with cordova-res
Was your final solution using Studio Image Asset images or using cordova-res. I am on Cordova@9 and cordova-android@8.1 and I could only get cordova-res to work - but its not working correctly. My app...
View ArticleIon-content overlaps with ion-header
Following is my configuration. Ionic: Ionic CLI : 6.6.0 (/usr/local/lib/node_modules/@ionic/cli) Ionic Framework : @ionic/angular 5.0.7 @angular-devkit/build-angular : 0.803.26...
View ArticleIonic React Static web site?
Hi, thanks! That solved it. On Google Cloud Storage, I had to update the “Website configuration” of the bucky, to have it load index.html by default. Best regards, Vic
View ArticleWhat is the best way to play audio at the moment?
Hi, I am writing a Ionic 5 + Angular app and using capacitor to build for android (and next to ios). I have to play some audio files (all stored in /src/assets folder) in certain moments. I tough it...
View ArticleSuccessful FontAwesome production build?
I ended up going Angular 9. It was a battle. As far as Fontawesome goes though, I ended up putting all my required icons in a provider which I use across all pages. import { FontAwesomeModule,...
View ArticleIonic 5 collapsible header replace logo
The ion-header code is exactly what is in the documentation. The only thing I did was substitute my image for ion-title in the top ion-header block.
View Article