I am setting up my first Ionic React app. I created an app with Ionic 5 and used the In-app Purchase 2 plugin. I wanted to test this, so I uploaded the signed
Now I have a search bar, but I want its border to be round, what should I do? I have tried border : round,border-radius:10px... and it did'nt work. I even want
When i run npx cap sync to run my ionic angular project in xcode I get the following error. [!] The plist file at path `/Users/user/Documents/GitHub/project-nam
After a user login , I want to check if the email used by the user is verified. I used to do it like this. import * as firebase from 'firebase
We upgraded our app from v5 to v6, we have a page where we are displaying expandable items and we thought we would make use of the newly introduced ion-accordio
Developing Hybrid app using IONIC/Angularjs for Android/IPhone, Trying to implement Qiblah direction using Cordova device orientation, Below is the logic for th
I think I’m facing a strange issue. I’m trying to show an image using ion-img inside an ion-card component : <ion-card> <ion-img src="
I know this seems easy, but I could not find any answers for my question. How can I set the min and/or max attributes to ion-datetime, but only for time picker
I’m using Ionic 4 and ANGULAR version 9 trying to send notification in IOS using Cordova. I did all the requirements to push IOS notification and it was w
[error] Error: Package "@ionic/angular-toolkit" has no builders defined.} at WorkspaceNodeModulesArchitectHost.resolveBuilder (C:\Users\Lenovo\Documents\kr
When i use formcontrolname on an ion-select element, the selected value is not shown from the beginning. It only appears when i click the select element, or if
I am using git bash on windows 10 which was recently updated to creators update. whenever i am trying to switch between branches i get following thing $ git f
When I run the ionic capacitor run android command, to launch my application in Android Studio, I get the error saying: Unable to launch Android Studio." Yo
When trying to run my tests after migrating to angular 13 I get the following error. The tests were running just fine in angular 12. START: 07 02 2022 16:10:25.
I am wondering if this a common problem. My ion-title is not centered in the toolbar on android. I googled it but I couldn't find anything for ionic 4, what I
I have gone through this SO link Ionic - How to remove sidemenu on login page only? and tried the solutions provided here. Based on the solutions provided in t
I'm attempting to use PDFMaker for my Ionic 5 project. 1 prerequisite is to use the Native File and FileOpener. When I try to import the module, I get the below
To be more precise, I already have a huge app writen in Ionic and now we're considering to migrate it to flutter, but we can't rewrite it from scratch, both ion
I am using Ionic 4's ion-search like so: <ion-searchbar #searchbarElem (ionInput)="getItems($event)" (tap)="handleT
I am using Firebase Authentication in my Ionic App. Some users have reported to not receive the verification email which is sent after a user signs up, or when