How to add custom id attribute on ion-input?
I don’t see a prop in the ion-input docs for “id”, but I’m observing that Ionic seems to add a matching “for” attribute to the label, and an “id” attribute to the native <input>, so things like...
View ArticleIon-grid css -webkit-mask
I’m trying to apply the same css mask on all 4 corners of a ion-grid, but without success. It works but only for 1 corner at a time. This css is working for top left corner: ion-grid {...
View ArticleCan't navigateForward page
Hello I am trying to use navigateForward but it doesn’t push to page, I also tried router. TS: import { CardPushPage } from ‘…/card-push/card-push.page’; import { Router } from ‘@angular/router’;...
View ArticleImported modal not presenting
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticlePage randomly freezes in offline mode
Hello everyone, I’ve been struggling for several days with a random bug that happens in offline mode on an Android Ionic app. My app is on Ionic 7, Capacitor 5, Angular 16, Angular-fire 7 and firebase...
View ArticleIonic Login Page To Home Page Content Not Getting Updated
I am working in a iconic project Where after user authentication store’s the token and redirect to the home page. In the home page it call the api and update the home page as per the response But...
View ArticleCan't ionic start blank project: ECONNRESET
On Windows 11, using various node versions (18 and 20) under NVM with a fresh ionic install, ionic start with Angular blank template gives the following: Downloading and extracting blank starter...
View ArticleHow to prevent AccordionGroup to run default value
I’ve got an AccordionGroup with a value to open the first accordion. <IonAccordionGroup multiple={true} value="first" In my second accordion their is an ion-input. <IonAccordion value="third"...
View ArticlePaypal Payment into ionic 7 capacitor angular app
Hello everyone. Could you please help me? I need to integrate payment with paypal in my ionic 7 capacitor app. Several years ago I used cordova plugin and it is war easy. Now I can’t found community...
View ArticleIonic firebase analytics
Hi to everyone! Cound anyone helpme with the configuration of firebase-analytics with @capacitor-community/firebase-analytics? specifically with the file public class MainActivity extends...
View ArticleIonic Capacitor Apk got rejected by f Android REQUEST_INSTALL_PACKAGES
Ionic Capacitor Latest facing Issue please help :] facing issue to upload android build on Google Playstore Issue is Android REQUEST_INSTALL_PACKAGES many time my build get Rejected by google please...
View Article1 click calls the function 2 times in an input
When developing a new project in ionic 7.2.0 I was calling a selection modal with an input <ion-col size="3" (click)="modalSelecaoFornecedor(item,$event)"> <ion-input fill="outline"...
View ArticlePerformance issues on iOS
Hello Ionic Community, I’m experiencing performance issues with my Ionic app that seem to be device-specific. The app runs smoothly on all Android devices and newer iPhones. However, on older iPhones...
View ArticleNode modules not installing on ionic 3 project after upgraded the node...
I tried to run npm install. It installs the node_modules directory but after a few seconds node_modules directory disappears. Here is the error code: User npm ERR! code 1 npm ERR! path...
View Article(Automation tests)Automated tools and frameworks for Angular app
Hi Community, I need to setup CI/CD for automated tests for Angular app(Web and mobile). What can you recommend for use? 1 post - 1 participant Read full topic
View ArticleThe path of image uploading is not taking
I am able to take picture using ionic but there is an issue in the path of image.When I debugged, path is shown as DATA/“photo_1709873191596.png”. The code for image uploading is written in...
View ArticleIon input type date weird behavior in ios
want to know what causing this and how to fix it <IonRow> <IonCol className="dateInput-cont" size="6" style={{ padding: " 0 4px 0 0 " }} > <IonLabel className="label">Start...
View ArticleWhat are the minimum requirement for release android SDK 33 in ionic 3 and...
what are the minimum java,node, cordova version to release android sdk 33 1 post - 1 participant Read full topic
View ArticleIon-range inside an *ngFor
Hello, A slightly strange thing happens to me in my ionic 7 application. I dynamically generate a form with various ion-range to capture a score. Each iteration of *ngFor generates an ion-range. On...
View ArticleION DATETIME: I can only render the wheel, not the calendar grid
HI there, and thanks in advance. I am having trouble getting the ion-datetime to render as a calander grid. No matter which props I pass the component, I always get the wheel picker. Am I missing...
View Article