48,492 questions
1
vote
1
answer
22
views
Build Ionic app with fastlane: export archive failed
I try to build my Ionic 8 app (Cordova) with fastlane. I created a Fastfile which calls match first and then uses the ionic plugin to build the app.
Fastfile:
platform :ios do
desc "Build ...
0
votes
0
answers
46
views
How to convert Google My Maps KML hostedimage URLs (/m/*/<id>) into real public image URLs (/m/1/<id>) from inside a mobile app?
I’m building a mobile app (Ionic + Capacitor + React) that allows users to import their own Google My Maps KML files. Each KML <Placemark> often contains one or more photos.
The problem is that ...
-1
votes
0
answers
19
views
Ionic Angular ion-content inner-scroll has zero height on iOS preventing scrolling - all standard fixes attempted
I have an Ionic Angular application where scrolling is completely broken on iOS (Safari, Firefox, Edge - all WebKit-based). Desktop browsers work perfectly. The diagnostic evidence shows that the ....
-1
votes
0
answers
37
views
Dark gap above Android keyboard when using Keyboard.resize = "body" in Capacitor
I’m building a React PWA packaged with Capacitor for Android.
I need the app to resize when the keyboard appears because a formatting toolbar must stay above the keyboard (similar to any notes apps).
...
-1
votes
1
answer
52
views
Capacitor app crashes while writing large JSON file using Filesystem.writeFile()
I'm building an Ionic + Capacitor app that uses the @capacitor-community/sqlite
plugin for local database storage.
I'm trying to export the entire SQLite database as a JSON backup file and save it ...
0
votes
0
answers
31
views
CapacitorSQLite “isConnection() is not implemented on Android” in Ionic v8 + Capacitor 7
I’m developing an app using Ionic v8 and Capacitor 7, and I’m trying to integrate the @capacitor-community/sqlite plugin.
However, when I run the app on an Android device, I get the following error:
...
1
vote
1
answer
68
views
How can I create a custom accordian icon animation?
I have been trying to change the accordian icon animation from the default arrow to +/- icon that changes from add(+) to remove(-) when clicked. So far the change doesn't reflect.
I have tried many ...
0
votes
0
answers
52
views
Status bar issues in iPhone - Ionic Angular Capacitor
I am getting a strange error in my Ionic iOS app. When I click on any input or I go out of the app and return back to it from the background, my whole app gets squeezed.
Ionic version: 7.2.1
Capacitor ...
0
votes
1
answer
75
views
Ionic Angular components not rendering in APK
I'm new to ionic project, I'm trying to create a basic login page with 3 icons and input field, when I do ionic serve and check in chrome browser, it is working perfectly
now I try to convert as apk ...
0
votes
0
answers
23
views
Ionic Local Notifications not working consistently on lock screen (iOS & Android)
I am working on an Ionic (Angular + Cordova) app and using the @ionic-native/local-notifications plugin to schedule reminder notifications.
On iOS, interval notifications do not show at all when the ...
-1
votes
2
answers
322
views
Capacitor 7 – Custom iOS plugin shows "plugin is not implemented on ios"
I’m trying to create a custom iOS plugin for an app built with Ionic + Capacitor 7.
I migrated from Capacitor 5 to Capacitor 7.
Sources:
https://capacitorjs.com/docs/ios/custom-code#register-the-...
3
votes
1
answer
351
views
Cannot find name 'PromiseSettledResult'
I upgraded my angular app today to use Angular 20.3.2, and I can no longer serve or build the application. I get this error when trying:
Application bundle generation failed. [8.209 seconds] - 2025-09-...
0
votes
1
answer
66
views
How to resolve iOS app validation error caused by Bitcode in PhonePePayment framework?
Validation failed
Invalid Executable. The executable 'App.app/Frameworks/PhonePePayment.framework/PhonePePayment' contains bitcode. (ID: 9fa0adca-e60d-4313-b508-c5afce25b88b).
I got this issue while ...
1
vote
3
answers
418
views
Ionic 8 Capacitor 7 new app collides with status bar and the navigation bar of phone
I create a brand new Ionic app (Ionic8, Capacitor7), added the android project to it and deployed it to my phone.
1. ionic start
2. ionic cap add android
3. ionic cap run android
At this very simple ...
0
votes
0
answers
165
views
Android 15 statusbar background color
Title:
Android 15: Status bar and navigation bar overlapping app, color stays transparent instead of following app theme
Body:
I am building a React + Ionic mobile app with Capacitor. After updating ...