CSS question about ion-grid - responsive margins
I’m new to ionic and to css - so forgive my ignorance. I’ve made a game where I deal 92 cards face down for the user to pick, one by one. I put the cards in a 12 column grid with 8 rows. For most...
View ArticleHow to update user profile in ionic with @angular/fire
async login() { try { var r = await this.fAuth.signInWithEmailAndPassword( this.user.email, this.user.password ); if ® { console.log(“Successfully logged in!”); … I didn t find nothing more 1 post - 1...
View ArticleAngular Ionic - Adding new object to the array from reactive form inside
I have an <ion-modal> that contains reactive form on it. The problem is after having filled all the required fields and using push() to add it into the existing array, nothing happens. Here are...
View ArticleWhat method to call on ion-refresh?
When you open my Ionic / Angular app in the browser of a mobile device (not the native app), pulling down on the page to refresh the page isn’t working like it would on other websites, I think the...
View ArticleWondering how to force a page refresh?
I have searched the forum on this topic and have seen previous threads - so I know the issue is there. One response was very pure - saying that no refresh should be needed - just update the state and...
View ArticleIonic 5: generating an AnimationBuilder for forRoot config
There are many global properties for Ionic config that require AnimationBuilder type (see https://ionicframework.com/docs/angular/config). An AnimationBuilder needs to be created within...
View ArticleiOS 14 and its effect on Ionic
We are about to start a new project. iOS 14 is out… should we wait for an Ionic 6 or is Ionic 5 safe? 2 posts - 2 participants Read full topic
View ArticleGoogle login err 10
Hi, I m working with google plus login in my ionic project, but I am facing an issue called “10”. I tried with client id, web client id but did not work. I searched a lot but did not find a helpful...
View ArticleIonic 4, navigation transition display issue
Hello everyone! As you can see in the video, page is shifted 50% to the left after navigating, and then gets back to normal. Navigation is fine in browser, this only happens on IOS Any help is...
View ArticleIonInput on react not clear the error on reset
I’m using react-hook-form for form validations. When I use normal DOM as Input element the reset works fine. But when I use IonInput as Controller element, after submission Input values cleared but...
View ArticleIon-item-option increase padding
Hi community, I am trying to increase the padding for the ion-item-option because i need this options to be bigger since the users are using gloves and options might be a little too small. I have...
View ArticleIonic - SAML authentication
Is there a working SAML authentication solution for Ionic? We need to build an app that uses SAML authentication to access our enterprise ADFS. 1 post - 1 participant Read full topic
View ArticleSet ion-back-button text font size
Is there any way to set the ion-back-button text font size? I am able to set the icon size with CSS variables, but can’t find a way to set the text size. I am using ionic v5. Thanks. 1 post - 1...
View ArticleIonic Facebook plugin only works when Facebook App is not installed
I have developed an app which uses facebook login. I used ionic facebook plugin with firebase user authentication. The app perfectly working with devices Facebook app is not installed. If facebook app...
View ArticleAdding route path to router history
We use Angular and Ionic 4 for an application, and we need to navigate to a specific page by passing through others to create a router history. As of now, we allow the user to go back using the back...
View Article[object promise] promise not resolving
0 I am a IONIC newbie I have following function that returns membership plan. async getMembership(){ await this.Products.WooCommerceAPI().get(‘memberships/plans’).then( (data) => { this.plans =...
View ArticleError on iOS checking for the availability of an app
Hi, I’m using the plugin AppAvailability to check if an app is installed on a device. I’m using it in this way: this.appAvailability.check(appUrl).then(flag => {...
View ArticleIon-datetime - picker not showing values if max value falls on next day
My requirement: Show time picker within the range of 60 minutes. (i.e) from now till next 60 minutes - user shall select a time. Challenge / Problem : In general it works fine, except one scenario. If...
View ArticleHelp to understanding variable population through an Observable and subscription
I’m passing some data, which is an array of objects, from one component to a page. For this I’m using a service with a Subject and an Observable, like this: myservice.service.ts public mySubject = new...
View ArticleWebpack.config.js - Cannot read property 'emit' of undefined
Hi there, I’m not sure if I’m in the right place to ask this, but any help anyone can provide would be appreciated. I’m developing a project using Cordova/Ionic 3, and I’m trying to add the...
View Article