"Something went wrong" Google sign in android
I’m trying to implement Google sign in my app: import { Component, OnInit } from '@angular/core'; import { GoogleAuth } from '@codetrix-studio/capacitor-google-auth'; @Component({ selector:...
View ArticleHow can I start a new ionic project with yarn?
I am asking that because npm is so slow, so I am using yarn 1 post - 1 participant Read full topic
View ArticleWhat types to use for functional HOC component with IonButton?
I want to wrap <IonButton> to always use size="small". So I made this simple component: import React from 'react'; import { IonButton } from '@ionic/react'; const IonButtonSmall:...
View ArticleIonic app on Android11 is not getting connected to backend over network...
Hi -our Ionic app on Andorid11 is working fine over Wifi Connection but not be able to connect backend over the network connection. 1 post - 1 participant Read full topic
View ArticleCross platform config file
I am currently building an app based on Ionic framework and electronJS. Initially I just want a windows application. But at some point I would consider building the app for IOS too. I my app I need to...
View ArticleHow to use React Router v6 with my ionic-react project?
I want to use React Router v6 with my ionic-react project. Is there a way to do this? 1 post - 1 participant Read full topic
View ArticleCurrent route
Hello try to find any answer in this forum except mistake from me but I would like to have the current route in ionic 5 react do there is something include with @ionic/react-router like useLocation ?...
View ArticleIonic 5 + capacitor push notification sound not working
Hi everyone, I have an Ionic 3 App that I’m upgrading to Ionic 5 with capacitor 2.4.9 and I need to make the notifications logic working again. My main issue so far is that the custom sound I use for...
View ArticleIonic split page side menu not loading up with url redirects and lazy loading
Hi, I have been using IONIC Split pane with Angular 12.2.5, NGRX, Ionic-router-outlet. But for some reason when I am lazy loading the child components the side menu on the home page doesn’t load until...
View ArticleClose active ion-fab list container programmatically?
On the docs [ion-fab: Floating Action Button for Android and iOS Ionic Apps] it shows that I can use close() to ‘Close an active FAB list container.’, but how do I integrate that to my typescript...
View ArticleProbelm with run existing ionic project
i have a working ionic 5 project and i back up the project folder and change OS of the system. then, i installed latest node.js version and run the command npm install -g ionic cordova then i run...
View ArticleShare from social to ionic app
Does anyone know how we can implement a functionality that for example, Instagram story or picture could be sharing to my ionic app ? If you tap in Instagram it has many apps that you can share your...
View ArticleHelp with the template!
Hello everyone! I want to create an app that has a fixed header, with a sidemenu, and two tabs at the bottom … in the center a view in which, depending on the routes, I inject various components. If...
View ArticleIonic angular 12 with Capacitor
Unable-to-find-the-directory-created-with-capacitor-filesystem-api-on-my-device hier is my Code const APP_DIRECTORY = Directory.Documents; this.currentFolder =...
View ArticleHow to edit an API data of array
I have an array in which the data is coming from Server API. Data format from API raw: any = []; { data_from: "2021-11-18" data_to: "2021-11-17" id: "1" material: [ { id: 'm1', qty: null, mid: 22 } ]...
View ArticleIonic iOS Cordova Switching between apps stays old icon, new icon is not...
Hello Ionicers, Currently I am facing a strange issue with iOS Resources for ICON when switching between apps. The app that I am currently working is a template downloaded from codecanyon, and I have...
View ArticleWhen slot="error" is displayed
I found in the ion-item documentation, that ion-note slot=“error” is placed under the item and displayed when an error is detected. Can you please specify these errors? Example: <IonItem>...
View ArticleHow to send a push notification with Ionic from an external back office?
Hi everyone ! I am new to development with Ionic. I have a tailor-made back office. In this back office I have a list of promotional offers, which are displayed in an application developed with Ionic...
View ArticleMy template changes whether or not I use ion-router
Hello everyone! I don’t understand why the content of ion-content is shown differently depending on whether or not I use ion-routing-outlet. appcomponent.html <ion-app>...
View ArticleIssue with navigation after login
Hi all, I am having an issue with my login redirect. i have 2 Router and i want to switch when i log in or out between these 2. but my issue is you only see the switch is made after you refresh. If...
View Article