I am new to Capacitor and ionic framework. I am trying to use FCM to trigger and deep link into my app. Following are the outputs: Ios: App in backgr ...
I am new to Capacitor and ionic framework. I am trying to use FCM to trigger and deep link into my app. Following are the outputs: Ios: App in backgr ...
I'm currently building my first ionic app with Angular. As a template I use the base setup from the recommended generate command, which has tabs: O ...
When we receive a push notification on the app while the app is momentarily in the background, we get this error: Targeting S+ (version 31 and above) ...
I want to use the ngx-translate Pipe for translate my ionic app. app.module.ts app.component.ts I can use the pipe in app.component.html but no ...
While trying to upload my .aab file to Google Play Console I am getting the following error: I am using ionic 5 to build cross-platform mobile apps ...
Error comes when I try to add iOS platform using ionic cordova platform add iOS. Current error is node_modules/macos-release/index.js:30 const [name, ...
In the cart component of my app I have an "Clear cart" button. I am trying to clear the cart with a API call that sends a delete request to the API.. ...
I am having a problem with my Sign In Apple function on Capacitor 4. The dialog to give the password for the Apple Id open just fine but when it ...
I'm building an Angular app using Ionic. The goal of the app is to keep track of your expenses and to be able to know how much money you have on each ...
i am trying to upload image captured from camera using ionic and capacitor and below code i am using: it prints: unable to load image to the cloud ...
I want to perform an update in an ion-select but I can't. My level of programming is very low and there are still many things that I don't understand. ...
I want to migrate my core app from ionic to RNative or Flutter and push a new version of the app into the app and play store. That means keeping my k ...
I have an ionic-input field to take a phone number. It performs the formatting, but after the user enters the area code & then tries to backspace ...
I have an application on Ionic react, there are two presentation components, one of them draws the other, the second modal, there are two hooks, one i ...
The android developer documentation says apps should respect metered vs unmetered network status: https://source.android.com/docs/core/data/data-saver ...
I have a React webapp that I have converted it to native app using Capacitor. For live reloading, I had to edit capacitor.config.json as follows: T ...
I'm getting the following error on code that was working fine a few days ago. Something in the dev environment changed and I'm unable to determine wha ...
In Ionic Vue, I am trying to use ion-refresher. According to the documentation, I should end with 'event.target.complete()' but this gives me the foll ...
So I wasted so many hours trying to simply add the photoviewer to my ionic angular app. The steps seems simple. I faced so many problems simply in ...
I`m using In App Purchase in my Ionic App installed like described in https://capacitorjs.com/docs/guides/in-app-purchases With this npm package ht ...