Ion-range NgModel not updating
My ion-range component is not working because ngModel is not updating when changed. I printed on the logs the value of the ngmodel and I saw that it never changes. Is the page in question a modal?...
View ArticleResponsive Skeleton Image
Hey all, Working on a showcase app for work and wanted a skeleton image to complement the skeleton text that is built right into ionic. I wanted it to behave like a responsive image and resize and...
View ArticlePush notifications with nodejs/express aws backend
I have a nodejs/express/socket.io backend that I am hosting on aws. I know I can install the Cordova push notification plugin, but how can I get my backend push to it? Is there any guide I could...
View ArticleMy Ionic 5 Starter with Capacitor
I slowly switch to Capacitor. So i made a pretty simple starter kit for myself. You can use or review it. May be useful for newbies. All comments and suggestions are welcomed. Includes Tabs with Menu,...
View ArticleIon-slides don't move well at first time after ionic serve [Ionic 5 + Angular...
Hi, I’m using <ion-slides> in a template and when I start ther server with ionic serve at first time I try to play with the slides and move the first slide to the left, it dosen’t work. Never...
View ArticleFirebase add data to database with array
I am trying to add a set of data to a database by pushing the data to an array and adding them to the database. I have added my codes here const com = { company: "Com", description: "Turn ...",...
View ArticleAngularJS Ionic: Unable to inject Ionic History
I am trying to inject ionic history in my Ionic Project and I am getting this error Error: [$injector:unpr]...
View ArticleErrors with In App Purchase plugin
I have trouble with BILLING connected with this plugin https://ionicframework.com/docs/native/in-app-purchase I add my manifest.json with app key to src folder and add some copy stuff in angular.json...
View ArticleCSS Animations as default animation
is it possible to set CSS Animations as default instead of Web Animations API? It is stated here - https://ionicframework.com/docs/utilities/animations#overview that CSS animations are used as a...
View ArticleAvoid google maps referesh
Hi All I am using google maps on one of my pages. As you may be aware that google maps API accounts for how many types the API is called so that they can appropriately charge a user, even though do...
View ArticleBeginner to ionic and react needs to know if he's doing it right
Hello, as the title say I’m a total beginner to Ionic and React and I want to build an App. So I started developing it and got some results but I’m not sure if wether I’m doing it the right way. I...
View ArticleHow to properly set the default value of an ion-select
Im a receiving a typical user profile data from the backend via the http module with angular. When I first enter the profile page of the user, everything gets loaded correctly but if i navigate to...
View ArticleStripe error: Received unknown parameters when updating credit card info
My Ionic 4 app uses the Stripe API for managing credit cards. For some reason, I keep getting the ‘Received unknown parameters’ error when trying to update the card info (name, expiration date). I use...
View ArticleUsing angular ionic within Nrwl NX monorepo
I’m trying to create an Ionic Angular project within Nx Monorepo. I’m able to initialize it and it opens successfully in browser, but running it on an emulator or real device results in...
View ArticleGet clientheight dom is wrong when scrolling fast
hi i am trying to create parallax header so when you scroll bottom get scrollTop value and decrease from ion-toolbar height so toolbar going to be shorter thatn before and otherwise when you try to...
View ArticleViewChild with IonSlides doesn't work as expected
Hello, I have a strange issue with ViewChild behaviour. As you can see, i have a “basic” html <ion-slides pager="true" #slides> <ion-slide> <ion-button expand="block"...
View ArticleIonic 5 Dynamic Form Fields Template Driven [(ngModel)]
Hello, maybe I found a bug or I don’t see my mistake I have a form where you can add more fields with a button. Adding and removing also works fine. If a field is filled out now and I add a new field,...
View ArticleReactive form doesnt works as expected
Hello, Another issue, reactive form doesn’t works. <form [formGroup]="registerForm" (ngSubmit)="register()" novalidate> <ion-item lines="full"> <ion-label...
View ArticleIcon on action sheet
Have menu using action sheet and I have to include icon to share via email and whatsapp, image example below. Has anyone made a menu with an icon like that? 1 post - 1 participant Read full topic
View ArticleHow to cancel event bubbles from ion-segment
I’ve got an ion-segment on a page. Clicking it does 2 unexpected things: The page scrolls to the top A button I have at the top of the page gets clicked in my ionChange method I’ve added...
View Article