Questions tagged [ionic6]
278 questions
1
vote
0 answers
ios simulator webview throws "Timeout has occurred"
I'm doing a simple mobile application which embeds a WkWebView to display my website using Ionic 6 + Angular.
I have tested my website with Chrome and Safari on Macbook, everything was fine until I opened it on my WKWebView control.
At first, my…

Redplane
- 2,971
- 4
- 30
- 59
1
vote
1 answer
Ionic 6 React with react-query fetching API using Axios does not work on real Android device (production) but works on emulator and browser (dev)
I have a form that submit data to a server using react-hook-form like this:

AbdulAzeez Olanrewaju
- 976
- 1
- 13
- 32
1
vote
0 answers
Ionic 6 ion-datetime issue when using zoned time (time zone)
We are trying to use local time in new ion-datetime (Ionic 6). We have followed the instructions from Ionic's documentation on how to convert from UTC to zoned time:
getZonedTime(date: Date) {
const userTimeZone =…

Caroline Oliva
- 21
- 4
1
vote
1 answer
How to integrate Finger print authentication in Ionic 6 - Did not found any valid plugin in Ionic
I'm looking to integrate device finger print authentication to my Ionic 6 mobile app. But I could not see any working plugins regarding to this.
Please provide me any working plugins for this, If any one has implemented.
Thanks in Advance.
Tried -…

itsme me
- 11
- 2
1
vote
1 answer
Ionic Modal On Dismiss Bug
I was building a small app and I found this "bug" because I don't know if maybe it's something that has happened to more people but I think it's interesting to mention here. So the problem is that I've made a modal with a simple login form. When you…

Àlex
- 602
- 1
- 4
- 19
1
vote
1 answer
npm install -g @ionic/cli Unexpected token '.'
I want to install ionic 6 on my system. I have installed multiple versions of npm on my system using nvm .
nvm ls
D:\\Projects\Ionic-6>nvm ls
* 16.14.2 (Currently using 64-bit executable)
16.14.0
16.13.1
14.17.3
…

Mr. Void
- 81
- 7
1
vote
1 answer
Ionic 6 Cannot find any gyroscope mention at all
I have just installed and created a blank project on Ionic 6 / Angular.
Next I want to try the gyroscope.
Looking at the documentation the latest I can find the gyroscope is in ionic 4:
ionic cordova plugin add cordova-plugin-gyroscope
npm install…

deszok
- 145
- 2
- 14
1
vote
1 answer
Ionic my button does not show title text how can I solve it?
I'm doing a login form using ngx-translate and all components seem to translate properly. The problems is when the submit button does not show its translate text. When its put hardcoded works or either when you click at him it also works. Anyone…

Ravekon
- 68
- 6
1
vote
1 answer
How to get Capacitor Storage values before doing http call IONIC 6
I've been looking for a tutorial on how to get some values I have on my Capacitor Storage in Ionic 6 and use them before doing the HTTP request.
Example method in cart.service.ts:
getCart() {
Storage.get({ key: 'token' }).then( response => {
…

Àlex
- 602
- 1
- 4
- 19
1
vote
0 answers
ion-picker outside the modal and inside the inline page
I would like a feature to enable the inclusion of the ion-picker component within the content of a page without the need to open it in a modal, I managed to implement this feature with ion-datetime but it only works with dates, years and months and…

Navi
- 171
- 5
1
vote
1 answer
1
vote
1 answer
Ionic 6 capacitor iOS build failed
copy/ios/DerivedData/5B2802FE-35AB-453C-8F09-C0CF1179D51A/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CapacitorCordova.build/Objects-normal/arm64/CDVPlugin+Resources.o /Users/halfmad/Downloads/Ionic\ Projects/tcrptusacom-invoicing\…

Talha
- 11
- 3
1
vote
0 answers
IonIcon Component to use Icons coming from "react-icons" package
I want to make IonIcon use react-icons like below.
Type 'IconType' is not assignable to type 'string'.
I understand the error, but is there a way i could still use react-icons.
Like this
Because i'm looping through some object, i'm picking some…

AbdulAzeez Olanrewaju
- 976
- 1
- 13
- 32
0
votes
0 answers
Integrating Agora SDK Services into Ionic App with Angular
Hello fellow developers,
I'm working on an Ionic v6 app with Angular v14 and I'm exploring the possibility of integrating various services from the Agora SDK, such as text messaging, video calls, audio calls, group video/audio calls, video…

M.Usman
- 11
- 1
- 5
0
votes
1 answer
FullCalendar doesn't show on Angular 16
I installed FullCalendar in my Ionic 6 Angular 16 app, based on https://fullcalendar.io/docs/angular, step by step, and doesn't show anything on browser (chrome).
In Inspector tool shows the FullCalendar tag, but is empty.
¿I'm missing something? I…

Violeta Quintanilla
- 41
- 6