162 questions from the last 365 days
0
votes
1
answer
34
views
Ionic Capacitor iOS cannot detect returning online after offline using @capacitor/network
I have an Ionic + Capacitor + Angular project using @capacitor/network. On iOS:
When the app goes offline (Airplane mode or no Wi-Fi), it sometimes (every time in my case) fails to detect coming back ...
0
votes
0
answers
77
views
Ionic + Cordova Android build fails: "A problem occurred evaluating project ':app' — DependencyHandler.module(Object)"
I’m working on an Ionic + Cordova project. After adding the Android platform and trying to sync/ build with Gradle, I keep getting this error:
A problem occurred evaluating project ':app'.
> 'org....
0
votes
1
answer
70
views
How to configure Capacitor (not Ionic) for Angular to VS Code Azure Function App integration
I have some straightforward questions asking for steps to configure Mac iOS.
I need local iPhone / Xcode simulator running Angular in Capacitor (no Ionic) to be able to make http calls to Azure ...
1
vote
1
answer
43
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 ...
-1
votes
1
answer
30
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
1
answer
95
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
59
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
32
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
71
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
54
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
87
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
26
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
358
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
354
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
69
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 ...