48,506 questions
-1
votes
0
answers
48
views
Android app shows occasional white screen on start or wake — how to replace it with a custom image or color? [closed]
I'm building an Android app using React and Capacitor v7. Occasionally, when the app is opened from a cold start or resumed from the background, a white screen appears briefly before my app's UI loads....
-1
votes
1
answer
45
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 ...
1
vote
1
answer
59
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
1
answer
73
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 ...
-1
votes
2
answers
304
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-...
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 ...
0
votes
0
answers
147
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
1
answer
89
views
How can I share a file via Whatsapp with my ionic angular app on android?
I have an ionic angular app and need to share a .gpx file via gmail or whatsapp. It works smoothly via gmail. Also via wechat, but not via whatsapp.
I tried with capacitor share, where I can select ...
0
votes
0
answers
54
views
Angular CDK Virtual Scroll with Ionic Grid – Items shuffle position when scrolling in grid view
I am using Angular CDK Virtual Scroll together with Ionic Grid to render a list of cards.
The requirement is:
On mobile, show 2 cards per row.
On tablet/desktop, show 3 cards per row.
Support ...
-3
votes
2
answers
75
views
How do I use HTML wrapped in text quotes inside of Ionic ion-text
I am receiving a string from the API
textInsert = "<p>Hello</p><br><p>There</p>"
I wish to use the with
<ion-text color="secondary">
{{...
0
votes
0
answers
42
views
AdMob test ads not showing – certificate validation error on Xiaomi
I’m trying to integrate AdMob in my app using the official test ad unit IDs.
However, no banner is displayed.
In the logs I see the following error:
Error while connecting to ad server: java.security....
0
votes
1
answer
911
views
WARNING: Deprecation [plugin angular-sass] src/theme/global.scss
[WARNING] 2 repetitive deprecation warnings omitted.
Run in verbose mode to see all warnings. [plugin angular-sass]
angular:styles/global:styles:1:8:
1 │ @import 'src/theme/global.scss';
...
1
vote
1
answer
107
views
TS2740: Type '{}' is missing the following properties from type 'ExpenseModel[]': length, pop, push, concat, and 26 more
[ERROR] TS2740: Type '{}' is missing the following properties from type 'ExpenseModel[]': length, pop, push, concat, and 26 more. [plugin angular-compiler]
src/app/modules/expenses/pages/expenses-...
0
votes
0
answers
63
views
Can I use Angular Universal prerender with ionic framework?
I'm trying to use angular universal prerendering with an Ionic Angular app.
To test I created a simple app with Tabs template.
When I run "ng run app:prerender" the cli correctly generate ...
1
vote
0
answers
62
views
Android 3-button bar not auto performing dynamic color adaptation
I have an ionic app with an android build, so it runs a fullscreen WebView. When the device is using 3-button navigation mode, the navigation buttons don't dynamically adapt their color. When using ...
1
vote
1
answer
57
views
Capacitor/Ionic: not live updating a binding's value
This is like the most basic functionality ever in an Angular project but somehow it won't work on Ionic when running neither for iOS nor on Web.
This is a pages' template
<ion-header [translucent]=&...
0
votes
0
answers
66
views
How to keep buttons always at the bottom of the Ion Sheet Modal?
I am using ion modal with breakpoints so it has handle and I can resize it.
Good State #1
Good State #2
Here in this picture you can see the correct thing:
And also when I click submit it is correct ...
0
votes
0
answers
66
views
iOS push notifications are being denied even though the user accepts
I am trying to implement push notifications in my iOS app. I prompt the user at startup and when I hit allow, iOS still silently denies. I know this from console logging.
constructor(
private ...
0
votes
1
answer
50
views
Ionic slot not working when ionic element is wrapped in a component
I have an Angular component that wraps an ion icon.
to make sure, the component does not interfere with the layout; I am using css:
:host { display: contents } for the component.
The component allows ...
1
vote
1
answer
74
views
Msal URI wont authenticate user
I am having an issue with my MSAL Setup.
I am using IONIC, Angular and MSAL for my frontend.
My application works on web but when i publish my site to an apk my application does not redirect the user ...
0
votes
1
answer
87
views
Google Sign-In in Ionic React with Firebase not working in production (BAD_AUTHENTICATION, OAuth2: OpenID error)
I’m working on a mobile app built with Ionic React and I’m trying to implement Google login using Firebase. I am using the @capacitor-firebase/authentication package for Firebase Auth in an Ionic ...
0
votes
0
answers
21
views
Cordova AAPT error resource drawable/notification_icon not found
I have just recently upgraded my cordova environment and now when I compile my app I am getting the following error:
Execution failed for task ':app:processDebugResources'.
> A failure occurred ...
1
vote
1
answer
202
views
How to make OneSignal plugin work on ionic capacitor7 project
has anyone a successfull experience in using onesignal plugin with ionic (v8) capacitor (v7)?
I recently had to migrate a old ionic4 app that used the old version of onesignal plugin, but after ...
0
votes
0
answers
37
views
Ionic/Capacitor: Call a .NET REST API locally from a mobile
I have a REST API developed in .NET that runs locally on a MacBook.
It is accessible via:
https://192.168.1.10:9000
http://192.168.1.10:9001
It uses a self-signed certificate, and for CORS:
builder....
0
votes
0
answers
20
views
The apk of my ionic application still has the same app icon even if I changed it and rebuilt?
I created a ionic application with the ionic cli, it uses the @ionic/angular package version 8.5.8.
Ionic is using capacitor in this project.
I made changes to the application (new components, ...