Quantcast
Channel: Ionic Forum - Latest topics

Capacitor Status Bar not working consistently across all devices (Android & iOS)

Hello Support Team, I am facing an issue with the @capacitor/status-bar plugin in my Capacitor mobile application. The Status Bar configuration is not working properly across all devices. On some...

View Article


Handling delayed or unclear balance data in Ionic apps (real-world finance...

I’m working on a small Ionic app (Angular + Capacitor) that pulls account and card balance data from an external source and displays it to the user in a simple dashboard. The technical part is fine,...

View Article


Does my API server need to CORS-allow capacitor://localhost?

Do I need to add capacitor://localhost to allowed origins on my API server for an iOS capacitor app to be able to communicate with the API server? Or does capacitor wrap fetch such that this shouldn’t...

View Article

Image may be NSFW.
Clik here to view.

Using Capacitor Plugins in Ionic: Best Practices for Native Features

djamware.com Using Capacitor Plugins in Ionic: Best Practices for Native Features Capacitor plugins power native features in Ionic apps. Learn how they work, when to use official or custom plugins,...

View Article

Missing classes when building signed AAB

I followed the steps to upgrade my project to Capacitor 8. Everything works fine for testing and building on my local device or simulator, but when i try to generate a signed bundle i get the...

View Article


Image may be NSFW.
Clik here to view.

Writing a file to the filesystem no longer works in Android 15?

I had originally followed the exact code from here: stackoverflow.com Share files with capacitor share plugin javascript, capacitor, capacitor-plugin answered by kazinov on 06:58AM - 19 Aug 21 UTC...

View Article

HTTPS Api call issue in Android 10 version

Hi, I am building an Android app using latest Cordova, that runs on Android 15. The app uses HTTPS AJAX call to get data from API call. The API call is working in Android 15, but not working in...

View Article

Ionic 8 compatibility with Angular 21?

Hello everyone, from Ionic docs I see that Ionic 8v is compatible with Angular 20.x. Did someone tried to use maybe with Angular 21.x, and was it working? Do you know when would Ionic 8 would be...

View Article


Image may be NSFW.
Clik here to view.

Can I get some help with connecting app to ionic appflow?

Hi I’m new here. I’m a bit confused with connecting the app to ionic appflow. I have terminal setup and installed node.js and installed ionic. I connected github and the app. I logged into ionic via...

View Article


How to get a file with no extension?

I’m putting a static file into the app source: /public/assets/myfile How come fetching /assets/myfile returns index.html instead of myfile’s contents? 1 post - 1 participant Read full topic

View Article

Ionic 7 + Cordova step counter / pedometer (Ionic Health?)

Hi Guys, I want to implement a pedometer (step counter) in an Ionic 7 + Cordova project. I found these plugins: cordova-plugin-pedometer cordova-plugin-stepcounter Are they still working? Is anyone...

View Article

Appflow build for iOS error

I last run a build for iOS in September 2025 successfully. Using the same certificate and provisioning profile, I now get an error on build as follows: Signing for “Cordova_Cordova” requires a...

View Article

Image may be NSFW.
Clik here to view.

Blog: Keeping Capacitor’s Backlog Healthy

Ionic Blog – 2 Feb 26 Keeping Capacitor’s Backlog Healthy The Capacitor project has grown tremendously since its inception, and the pace of active development and community contributions is a...

View Article


Dheeraj Sudan and Meenu Hinduja-How do I get started with Ionic Framework?

Hi Everyone, I’m Meenu Hinduja and my husband Dheeraj Sudan, run a business. I’m just starting with the Ionic Framework and would love some advice from you all. How did you get started with Ionic?...

View Article

How to check if file exists

I tried to check if a file exist inside Data directory on Android. Y tried using two different ways, using stat and using readdir. Both ways return a weird exception and no results, even when i can...

View Article


Image may be NSFW.
Clik here to view.

Help with the official Facebook login plugin

I wanted to know if you have any new information about this plugin for logging in with Facebook, given the new requirements from Meta Developers. I’ve integrated it, and it worked when I tested it on...

View Article

Cordova-plugin-ionic-webview compatibility issues with cordova-ios@8.0.0

I am working to update my app to be compatible with Apple’s new iOS 26 SDK requirement. To do this, I am needing to update cordova-ios to version 8.0.0. This causes my minimum deployment target for...

View Article


Why does writing a file with Capacitor fail on Android 15

Hi everyone, I am trying to save a file to the device filesystem using Capacitor on Android 15. The same code worked on earlier Android versions. I have checked permissions and the file path but the...

View Article

Image may be NSFW.
Clik here to view.

OAuth Plugin for Capacitor - Capawesome

capawesome.io OAuth Plugin for Capacitor - Capawesome Capacitor plugin for communicating with OAuth 2.0 and OpenID Connect providers with support for PKCE, auto-discovery, and token refresh. Available...

View Article

Improving Developer Troubleshooting Experience for Capacitor mobile apps

I have an Android mobile app built with the Ionic/Capacitor/Vue.JS stack (written in TypeScript). The developer troubleshooting experience is atrocious at the moment, and I’m hoping there are some...

View Article

After capacitor 5 to capacitor 8 version update, the IOS app login page shows...

After capacitor 5 to capacitor 8 version update, the IOS app login page shows as white blank screen. 1 post - 1 participant Read full topic

View Article


Image may be NSFW.
Clik here to view.

Xcode ios changing the default Capacitor icon inside Push Notifications

The AppIcon inside Apple Xcode project (created with Ionic) was changed several times with success (App icon on ios changes without any problems), but the Push Notification icon remains always as the...

View Article


Issues with Automated Builds and Environment Variables in Ionic Appflow

Hi Guys, I’m Harmandeep Singh Kandhari, Health and Wellness Motivator and Now, I’m using Ionic Appflow for automated builds and deployments, but I’m facing issues with environment variables not...

View Article

The first show of keyboard in app is very slow

The keyboard takes a long time to appear the first time it opens in my capacitor app (iOS) I was recommended to then add @capacitor/keyboard and configure it with Keyboard: { hideFormAccessoryBar:...

View Article

Debugging fetch failures

Sometimes during development my javascript fetch requests fail with no error message other than “Load failed” I guess WKWebView is hiding the particulars of the error from the JavaScript context for...

View Article


QR reader plugin

Hi All Can someone recommend a good plugin to read a QR code that is compatible with both Android and Apple devices? 1 post - 1 participant Read full topic

View Article

Image may be NSFW.
Clik here to view.

Google Sign-In Plugin for Capacitor - Capawesome

We just released a Google Sign-In plugin for Capacitor that covers Android, iOS, and Web with a single API. Here’s what it supports: Authentication with ID tokens (JWT) for backend verification...

View Article

Image may be NSFW.
Clik here to view.

helperText weird placement

ionic v8 with angular 21 I’m trying to achieve the following structure lable toggle helperText but what I’m getting is the following, is there is any work around for this or not? 1 post - 1...

View Article

Custom Plugin unable to use 3rd party package with in Capacitor 8 (with SWP)

We have a custom Capacitor plugin being used by our Capacitor mobile app on the iOS platform. The custom plugin requires a 3rd-party package that is distributed to us in the form of a “.xcframework”...

View Article



Image may be NSFW.
Clik here to view.

GitHub association error when trying to import a new application from GitHub org

Hey there! I am trying to Import App using the Appflow functionality and I keep on hitting following error (see screenshot) Check your GitHub association in settings. Here is a snapshot of all things...

View Article


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>