Parallax libs suggestions
Hey guys, I’m thinking about implementing a parallax effect in the welcome screen of my app. Do you have any suggestions of libraries you’ve used and work ok with ionic/angular? 1 post - 1 participant...
View ArticleCreate app with ionic and vue.js
I’m trying to create an ionic vue.js application. but, I’m already get stucked on the installation here is what I have. how can i fix it please ? ? Starter template: tabs √ Preparing directory...
View ArticleHow to Disable User Font Size and Zoom preference on IONIC3+ / 6? (Override...
I saw phonegap-mobile-accessibility but it gives me error and app is not starting. is there is any way to disable user selected font size and zoom preference? This is how it should look. This is one...
View ArticleGetting started with SQLlite
Hi everyone, I am new to Ionic and I admit I don’t have a lot of experience either with React. I wanted to do a first sample application with a small db. Nothing complex but I am going mad for 3 days...
View ArticleSign in with Apple and get email address
I integrated sign in with Apple but probably Apple not return Always email address and user info. My app needs of email ti complete login flow. I get jwt token. How can i decoder It and get user...
View ArticleProper way to start project Ionic+Vue+Vite
Everything is in the title how to implement vite with Ionic Vue, is there a command to do in CLI ? Or what is the best way to do it without CLI. Thanks 3 posts - 3 participants Read full topic
View ArticleBottom align ion-note or ion-buttons in ion-item with stacked label?
When using a slot end on my ion-note or ion-buttons inside my ion-item that uses a stacked label with the input, the note or buttons are aligned to the top. Is there a way to easily bottom align them?...
View ArticleApp getting stuck after migrating to new Apple device
We have an app running nicely using Angular & Ionic - we’ve noticed that when we transfer the App to a new device when setting up, it refuses to move past the initial splashscreen. We think it may...
View ArticleHow to hide AM/PM for ion-datetime type "time"?
Hi, I have difficulties with a new ion-datetime in Ionic 6. We used ion-datetime with displayFormat=“HH:mm” to allow users set some duration. But in a new version displayFormat is not available...
View ArticleDisplay Ionic modal inside browsers fullscreen mode
Hello! I am using Ionic Angular together with @videogular/ngx-videogular - npm in order to display video in my app. The video player can be opened in fullscreen mode with the help of the browsers...
View ArticleSIP Application
I want to implement a sip client that can receive the call or can make a call using sip server. Is there any library available for the same? [Please note I don’t want to use WebSocket for this] 1 post...
View ArticleIonic build --prod giving many errors
Hi all, This just started happening today. I’ve done this a hundred times and I don’t think anything chaged on my system. I build a brand new ionic application using ionic start. As soon as I start it...
View ArticleHow to fix this error in Ionic SQL LITE
i used this function to get rows count CountPanier() { return this.dbInstance.executeSql(`SELECT count(*) FROM ${this.db_table}`).then((res) => { this.count=res; return this.count; }); but i have...
View ArticleOn clicking the , The scroll-bar goes to the bottom of
Hello everyone, I am using the <IonBackButton /> on a page, and when I click on it to return the main page who is an <IonList />, the ScrollBar goes automatically to the bottom of the...
View ArticleSet timeout for HttpClient
I need to manage timeout of all backend request. This is my code… ... var httpHeaders = this.getHeader(); return this.http.post(httpUrl, JSON.stringify(data), httpHeaders); I tried to use timeout...
View ArticleHow to create rounded border on bottom of ion-toolbar/ion-header
Is there any way to apply a rounded border on the bottom of an ion-toolbar or ion-header? Applying a border-radius property to either element seems to have no effect. If anyone has any tips and/or...
View ArticleHttpheader i declare not added to httpheader for basic auth api
Hi im new to ionic and angular a lot of things i still didnt know, i want to send post request to api with basic auth. heres my code : import { Component } from '@angular/core'; import { HttpClient,...
View ArticleIonic 6 + SQLite
Hi everyone, I’m working on a simple project to practice registration, login and updating user data from a database. My idea is to use SQLite as practice and then move on to firebase. You can also...
View ArticleIntegration with Payment gateways available in South Africa
Have anyone integrated any payment gateways available in South Africa ? 1 post - 1 participant Read full topic
View ArticleTesting that an IonRadio component is clicked
I’m currently trying to test a component that requires the user to click on an IonRadio input. <IonRadioGroup value={selected} onIonChange={(e) => setSelected(e.detail.value)} >...
View Article