48,500 questions
-1
votes
0
answers
17
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 ....
-4
votes
0
answers
57
views
FireBase | Sign in with Google Concept | Ionic + Angular [closed]
I'm using Ionic v8 + angular v20 + capacitor v7 + @capgo/capacitor-social-login v7 + firebase v12
I'm trying to do sign in with google concept using Fire base but it is not woking When I click the ...
-1
votes
0
answers
34
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
49
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
67
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
51
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
74
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
310
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
348
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
65
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
2
answers
371
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
161
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 ...
0
votes
2
answers
120
views
TypeError: resolver.resolveComponentFactory is not a function
Here's the error message:
root_effect_scheduler.mjs:3597 ERROR TypeError: resolver.resolveComponentFactory is not a function
at IonRouterOutlet.activateWith (ionic-angular.js:3371:38)
at ...