Not able to create project in ionic 6.9.2
@johnmobiledev wrote: Hi Guys, I am not able to create project through ionic cli, i am getting below error ionic start test tabs Pick a framework! Please select the JavaScript framework to use for...
View ArticleIonic 5 Custom Angular Components not showing
@douglapsley wrote: I can’t seem to get custom Angular components to display in Ionic 5. Steps to reproduce: Generate a blank Ionic app Generate a component with ionic generate component...
View ArticleSuper Tabs - NullInjectorError: No provider for SuperTabs!
@mnavatru wrote: Describe the bug I added the SuperTabsModule.forRoot() to the app.module.ts. and the SuperTabsModule to home.module.ts. I also put all the <super-tabs> on home.page.html. The...
View ArticleMulti APP lib, can you access APP specific files (eg. environment?)
@Staal wrote: I’m trying to create a, cordova, multi app following https://medium.com/angular-in-depth/building-an-ionic-multi-app-project-with-shared-angular-library-c9fa0383fd71 My use case is that...
View ArticleNative-run android --app...
@BrentAshWilliams wrote: My project is currently using ionic 4. I have had no build problems until today. I am seeing the following error: native-run android --app...
View ArticleIonImg, ion-img ionImgDidLoad event not firing
@jamiechong wrote: I’m trying to add a loaded class to IonImg when the image loads. According to docs I should be able to listen to a ionDidLoad event. But it doesn’t seem to trigger. This is the...
View ArticleProblem installing Capacitor plugin
@accron wrote: I’m trying to install the plugin https://github.com/go-u/capacitor-keep-screen-on When I do npx cap sync android , as per the instructions, I get the error: In file included from...
View ArticleIonic4/Angular How do I force ion-router to destroy pages in the component stack
@joelmeaders wrote: I hope this is simple. I need Ionic to not keep some/all pages/components in the “stack” once the page is navigated away from. This isn’t an issue in realtime apps but with apps...
View ArticleHow to make two columns in signle row?
@Roben2306 wrote: I didn’t find how to make two columns in sigle row as I designed in the picture. 2223836×838 38.3 KB Posts: 2 Participants: 2 Read full topic
View ArticleIONIC 5 header toolbar button click router.navigate not triggering navAnimation
Hi, IONIC 5 Cordova android/ios - the button/item click(router.navigate) inside a toolbar is not triggering navAnimation. I tried the custom animation from this post. This animation is working when...
View ArticleStripe ionic metodos de pago en México (Oxxo)
Hola soy nuevo en Ionic, ¿alguien podrá ayudarme? actualmente yo estoy desarrollando una App para ofrecer los productos de mi negocio. Dentro de la App me gustaría brindarle a los usuarios diferentes...
View ArticleAuthorization is not allowed by Access-Control-Allow-Headers ios 13.4.1
I am trying to call Restful API on iPhone with .net backend . Just for ios 13.4.1 I am getting the below error: Request header field Authorization is not allowed by Access-Control-Allow-Headers...
View ArticleIonic 5 Tabs Hide from view
I have some ion-tabs and my routing builds off from there. My question is how can I hide the tabs on certain pages once my routing reaches a certain point? I have a page that gets loaded in as a tab...
View ArticleCustom Pagination for ion-slides in Ionic 4+
Hi, Can anybody help me with a solution to build custom pagination for ion-slides? I have looked into swiper.js documentation but was not able to get the desired results (something similar to this)...
View ArticleGoogle services json missing error
Just for testing purpose I’m trying to access native device features for which I’ve installed a blank new project and here’s my home.page.ts file import { Component } from '@angular/core'; import {...
View ArticleDockerizing ionic application
Hi, I am new to DevOps culture I am trying to dockerize and run my ionic sample application using ionic serve command …I have created a docker file and docker-compose file image is created for my...
View ArticleIonic slides with icon loop
Hi, I’m trying to implement a loop slider from an array with icons. Something like this: stackblitz <ion-slides pager="true" [options]="slideOpts"> <ion-slide *ngFor="let feature of...
View ArticleIonic g pipe search-filter not working in ionic 5
I tried to create a pipe filter by using following cli. ionic g pipe search-filter but I get this error message. ng generate pipe search-filter --project=app More than one module matches. Use...
View ArticleIonic animation in ionic 5 ion-list
I’m having trouble doing some simple animation with ionic v5. This is my html <div *ngIf="products.length > 0"> <ion-list *ngFor="let pro of products" class="list"> <ion-item>...
View ArticleMS ADAL Integration : Authentication failed Error: User cancelled the flow...
Hi all, I am try to integrate Ms ADAL on ionic 4 but i am getting Authentication failed Error: User cancelled the flow RequestId Any help pls My code : import { MSAdal, AuthenticationContext,...
View Article