Incorrect switching of months in ion-datetime (Ionic 6)
Issue: When I first click on the button to switch the month, the calendar changes, but the name of the month remains the same. After the next clicks, the calendar does not respond at all. Possible...
View ArticleHow to remove splash page
When the application opened, The first page appears splash page. 1 post - 1 participant Read full topic
View ArticleAndroid iframe white screen
This is very confusing to solve, I’m using Capacitor. I have a simple iframe that loads a website in a page when user click a button. On my android version 6. The iframe loads fine on development mode...
View ArticleAngular auto open/close row div?
Hello, I have a question, I display two cards on the same row, and I would like that with each double iteration, it closes the div of the previous row to display a new one. You have an idea ? 1 post -...
View ArticleHow to disable all animation when using ionic in plain javascript?
I want to disable all the animation of the ionic components using ionic. I tried with: import { setupConfig } from '/node_modules/@ionic/core/dist/esm/index.js'; setupConfig({ mode: 'md', animate:...
View ArticleIn form background color changes when using tab key
In my app I have a simple form that looks like this But when I start using the tab key to move to the next field the background color changes so it looks like this What could I have done wrong ? My...
View ArticleWhat is the best framework I should use ionic with?
Hey guys, I am looking to make a web based application for Android which can scan qr codes, image process it and extract information out of it. I have some questions regarding ionic: See the...
View ArticleIon-datetime - Having issues with local timezone in picker
Hi All, I have upgraded to the new Ionic 6 and migrating to the new ion-datetime component. I am having an issues when passing a UTC to the datetime component. For example if I pass the value:...
View ArticleIncluse Javascript file
Hello every Body. I have creat a little script for test something. I search a solution regarding the inclusion a Js file. javascript: const btn = document.querySelector(“ion-button”); const fruits =...
View ArticleIncluse Javascript file(corrected)
Sorry, I made a bad post. I publish the corrected poste: Hello every Body. I have creat a little script for test something. I search a solution regarding the inclusion a Js file. Javascript const btn...
View ArticleIonic 6 - vscode broken?
Hi there, I tried to start new angular projects using latest cli - hence getting Ionic 6 Angular 13. but vscode started complaining about ngcc language services failing. So I removed Angular...
View ArticleIonic Cordova Electron: How to get access to ipcRenderer in Ionic Angular
I am investigating the use of Cordova Electron (post is here as no Cordova group) so I can move away from Windows UWP (which sees me stuck at Ionic 4). As my app is using Cordova, as it started many...
View ArticleIon button audio click delay issue
We are trying to find where to fix when buttons are clicked theres not a delay when button click to audio. we are building a phone dialer interface and noticing a huge issue on our PWA / Android app...
View ArticleIon-img is not working, Throw IntersectionObserver error
new IntersectionObserver(data => {}); zone.js:944 Uncaught RangeError: Maximum call stack size exceeded Shadow img element did not fill with src attribute. Ionic: Ionic CLI : 6.18.1...
View ArticleError gradle android studio
Hi all I would like to ask your help with the problem I am having when trying to compile my project in Android studio, apparently the gradle version I have is related. Unable to load class...
View Article[v6] ``: Label/caption / full label/caption width
Using an <IonFabButton> in ionic v6 with a label/caption results in a round button that doesn’t accommodate for the label/caption. Can <IonButton> be used inside <IonFab> instead,...
View ArticleShowing Firebase string on page
Hi. Wonder if anyone with a greater knowledge can help. I’m retrieving firebase data and rendering it in the app without issue. However, I now need to render sub level items shown below as “telNumber”...
View ArticleFluid grid
I can have a grid of varying columns - but how can I make it fluid? On mobile I want 2x columns, but on tablet and wider I want 3x, 4x or even 6x columns. The column count seems to be hardcoded as the...
View ArticleAuthentication Persistence using Capacitor Storage
Hi guys, I’m new here to the ionic world, and I have trouble with auth persistence using capacitor storage. My main problem is the retrieval of the token from capacitor storage since it is async...
View ArticleAngularFire's getAuth() causing "No Firebase App '[DEFAULT]' has been...
My Ionic 5 app uses Angular/fire, and the app.module.ts contains the following: import { environment } from '../environments/environment'; import { initializeApp,provideFirebaseApp } from...
View Article