Is there really no way to make HTTP calls when testing an ionic React app...
When developing an ionic React app and using ionic serve to preview the app in a browser, all non-GET HTTP calls fail due to CORS issues. From my research I learned that this is expected behaviour due...
View ArticleRunning Gradle build failed
Hi there, I’ve been following the Build Your First App: Angular guide but I’m really stuck at the live reload part, I’ve managed to run the app on my phone with Ionic cap open android but when I try...
View ArticleHow to make ion-datetime time the same as what is displayed on the UI
I have just updated to ionic v7. Not an easy task mind you and now I’m stuck with another problem. We operate in gmt +8 timezone. Our times are displayed in the ui in this timezone, however when we...
View ArticleNative calendar support
Hi! I’m using @awesome-cordova-plugins/calendar that was recommended by ionic in the official docs. (Calendar - Awesome Cordova Plugins) After release of ios17 in 2023, plugin got broken. Here is an...
View Article*ngFor Array display error
Hello I tried to display 2 Arrays but it displays it wrong. The items1 is displayed in whole instead of for each. If i add it to a normal div outside of ion-card it displays it fine. HTML:...
View ArticleCustom Gestures blocks native Ion-Card behaviour
I’ve created a custom longpress gesture in Ionic Vue (even though the framework doesn’t really matter for this questions). The problem is that this gesture blocks the native behaviour on ion-cards,...
View ArticleHow to generate Ionic 7 project with angular 16
I generated an ionic 7 project with angular, by default it used angular 17, i want to use Angular 16 so I changed the version in package.json , i delete node_modules and run npm install again, I got...
View ArticleLoading an iframe in Ionic 7 react
I have an Ionic react app, which loads an website in iframe. This is working as expected when running ionic serve in browser but after deploying to android it is showing an error “502 bad gateway”. Do...
View ArticleError with firebase google authentication
Hello, first of all I apologize for my bad English, but hey, I am a high school student and I have had a problem with Google authentication, the problem is that the authentication works fine when I...
View ArticleHow to disable ion-toggle in a reactive form
In an Angular reactive form, how to disable an ion-toggle inside an item without disabling the item itself? The disabled prop doesn’t do the job <ion-item lines="none"> <ion-toggle...
View ArticleCliente mqtt en ionic libreria mqtt
Hola estoy tratando de usar Mqtt sobre Ionic con la librería mqtt. estos son los pasos que segui npm install mqtt este es mi código: import { Component } from ‘@angular/core’; import * as mqtt from...
View ArticleDynamic SSL pinning: Write a certificate file in the src folder at runtime
i am trying to implement SSL pinning in my ionic application, to do this i need to specify the certificate location at build time using: <resource-file src="src/certificates/certificate.cer"...
View ArticleApp freezed after resuming in an hour
I have a project with some tabs in Ionic, when I am in a branch of tab and I minimize the app, if I return after one hour app will be unresponsive. I am able to switch tabs, but current tab is without...
View ArticleIon-searchbar example not working (event)
Hello I am trying to use the example code (Debounce) of ion-search but the event isn’t recognized (see picture). What did I do wrong? Thanks for any help! 1 post - 1 participant Read full topic
View ArticleShow MP4Video into my ionic 7 capacitor app
my app user can view a video which is returned from my backend server. I can’t use YouTube or other video streaming platforms. How can I implement this functionality? Is there anything ionic provides...
View ArticleIonic start not working because of nx install issue
Im getting the following error when i run ionic start, it appears to be some issue installing nx. Can anyone suggest a work around please and thanks. npm ERR! code 1 npm ERR! path...
View ArticleChange position of calendar inside modal
Hi there, how can I make the ion-datetime calendar go to the bottom of the screen instead of the top? 1 post - 1 participant Read full topic
View ArticleAnnouncing the Ionic 8 Beta
Originally published at: Announcing the Ionic 8 Beta - Ionic Blog Today we are thrilled to announce the release of the Ionic 8 beta! This release is the culmination of many months of hard work by the...
View ArticleUI Tests Failing on iOS because button not found
Please describe the question in detail and share your code, configuration, and other relevant info. I am trying to use Fastlane Snapshot to create screenshots of my Ionic app. Unfortunately the UI...
View ArticleSelf-Signed Certificate skip validation (toggleable)
I am using @ionic/angular and want to create an Android and iOS app from my Angular SPA with Capacitor. My backend in the local network has a self-signed certificate (mandatory). In the browser, this...
View Article