Relative Content

Tag Archive for ionic-frameworkcapacitor

UI Stuck in time picker in ionic 6

Randomly Ui stuck in time picker. When i am open time picker many times randomly stuck in 12 AM time and The time not displaying patched value or current time value. Gif reference Below is my html code: `<ion-modal [trigger]=”triggerId”> <ion-datetime [value]=”selectedDate” #dateTimePicker [presentation]=”presentation” [min]=”minValue” [max]=”maxValue” (ionChange)=”onChange($event)”> <ion-text (click)=”dismiss()”>Close ` Below is my ts code: […]

Is it possible to get the incoming call number in ionic capacitor?

I’m trying to get the incoming call number by using capacitor in ionic native. I used the code from this https://github.com/313hemant313/capacitor-plugin-incoming-call but the incoming call number not returning. Can anyone help that how to get the incoming call number in ionic capacitor?