The scenario I have implemented my ion-datetime into requires that certain dates can be disabled. Blockout dates. This is something that's fairly common in apps
<ion-menu-button autoHide="false"></ion-menu-button> At first load it give an error: zone.js:1102 Unhandled Promise rejection: Cannot read properti
I'm doing a mobile app using Ionic 6.1.4 and Capacitor 3.5.1. Android, looks good by default, black background and white icons on any screen. iOS, always has w
I can't run command npm update or npm install in my ionic project. this is an error that I get. and here is my "ionic info"
I have a project with ionic 6 and capacitor, when I run ionic serve it work like a charm and I can see the project in my browser, but then when I run ionic capa
page1.html <ion-icon name="more" click()="goToPopOver($event)"></ion-icon> page1.ts //all imports are made // all instances are created goToPop
I'm trying to debug my Ionic/Angular project in VS Code, but once I start the debuging mode, all my breakpoints turn grey and become unbound. This is my launch.
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