[FIXED] How to prevent ion-router-outlet override ion-grid and expand to whole page
Issue This is an UI question on angular-ionic project. There are 1 component login. Inside app.component.html, there are an ion-content
Read moreIssue This is an UI question on angular-ionic project. There are 1 component login. Inside app.component.html, there are an ion-content
Read moreIssue I’m following this tutorial https://daviddalbusco.medium.com/add-web-push-notifications-to-your-ionic-pwa-358f6ec53c6f to make my Ionic Angular App a PWA and also add web push notifications
Read moreIssue My 2nd proyect replaces my 1st proyect which has other icon, name, etc. I don’t know why. I tried
Read moreIssue I have an Ionic app that logs in and stores the user data in the Capacitor Storage. this.httpService.login(this.username, this.password).subscribe(async
Read moreIssue I have a grid that has one row, and use ngFor to loop multiple column for each cell. Inside
Read moreIssue I just upgrade an existing application from ionic4/Angular8/cordova8 to ionic6/angular14/cordova10. I get no errors during build. After upgrading i
Read moreIssue I am making a game with Ionic/Angular. When I serve on the web or any android device there is
Read moreIssue Hello I’m looking for a way in Ionic to make a button,that when I click on it it will
Read moreIssue I am attempting to install ngx-datatables in a project running Angular 12 npm install @swimlane/ngx-datatable After install I get
Read moreIssue How to avoid triggering the div click event when clicking on ion-icon <div(click)="goNext()"> <ion-icon name="close-circle-outline" size="large" (click)="dissmiss()"></ion-icon> </div> Solution
Read more