48,614 questions
0
votes
1
answer
28
views
changing the color of the ion-segment active button
i am trying to change the color of the active segment button but with all options it still renders as white.
here is the html and css
ion-segment {
background-color: #108453
ion-segment-...
-1
votes
0
answers
16
views
After Capacitor 6 upgrade and removing media permissions, app behaves as if user is logged out (but they're not)
A few weeks ago, I upgraded my Ionic/Angular app from Capacitor 5 to Capacitor 6 and followed Google's new Play Store privacy policies.
In the previous version of the app (last updated in June 2023), ...
0
votes
0
answers
27
views
Ionic detached elements held by a KeyframeEffect
I have a page inside an Ionic Angular app which looks something like this:
@Component({
selector: 'app-pages',
templateUrl: './pages.component.html',
styleUrls: ['./pages.component.scss'],
...
0
votes
0
answers
14
views
Ionic + Cordova app not sending JSESSIONID cookie
I'm working on a legacy app at the company I work for. This app is built with Ionic + Cordova + Angular. Thing is that the app isn't sending the JSESSIONID sent by one of the backend services we're ...
0
votes
0
answers
23
views
ionic framework react app build failing due to invalid java version [duplicate]
I am trying to publish my app to the app store using the Ionic Framework, but whenever I try to build on Ionic, I get the following error:
An exception occurred applying plugin request [id: 'com....
0
votes
0
answers
19
views
Appium Android test: Cannot access window.Capacitor in WebView – 'invalid session id'
I'm writing an end-to-end test using Appium with WebdriverIO for an Android app built with Ionic/Capacitor.
I'm trying to test offline behavior, specifically checking if the app can manually set a ...
1
vote
0
answers
54
views
Angular: ERROR TypeError: Cannot read properties of null (reading 'writeValue') when using standalone component with ControlValueAccessor
I'm implementing a standalone component in Angular that wraps the gmpx-place-autocomplete web component from Google Maps Platform and implements the ControlValueAccessor interface to use it within a ...
1
vote
1
answer
36
views
Ionic-Angular lifecycle vs Angular signals
I'm following an old guide about building mobile apps using ionic with angular. In there it's explained that because of ionic page caching I might have some side effects when it comes to state ...
0
votes
0
answers
16
views
Issue when getting products from App Store Connect (Ionic)
I'm trying add an IAP (In App Purchase) to my IOS mobile app. I'm add a state of testing the purchase process locally. However, the App is not able to retrieve products from App Connect Store. Not ...
0
votes
0
answers
32
views
ionic ios - build works fine from xcode but not via cli
I'm trying to build my Ionic Cordova app.
Building it from Xcode 16.3 with iOS SDK 18.4 works fine when I set these parameters:
Build Active Architecture Only => YES
Excluded Architectures => ...
0
votes
0
answers
45
views
ESLint Not Working with Ionic and Capacitor (Android/iOS) - JavaScript Heap Out of Memory
I’m working on an Ionic Angular project with Capacitor, and I’m facing an issue where ESLint is not working properly. When I run eslint on my project, it fails with the following error:
FATAL ERROR: ...
0
votes
1
answer
58
views
How to open my android app on tapping a file?
I want to enable my ionic angular app to appear as an option when users tap on .gpx files on an android device.
To do it, I edited my AndroidManifest.xml, but couldn't make it work. Now, my manifest ...
0
votes
0
answers
47
views
How to send a cookie in ionic ios (capacitor, wkwebview)
I am having unbelievable trouble trying to do something as simple as sending a cookie...
I have a regular ionic app which runs perfectly on web and android but on ios (simulator) it seems to build and ...
0
votes
0
answers
31
views
Populating cascading drop list in Angular/Ionic with previously selected choices
Let's say I have a bunch of locations listed by city name. The locations have elements like country, state, and name. If the user clicks the "add" button, they are presented with a modal to ...
0
votes
0
answers
25
views
Problem with Build in Android Studio VOLLEY:1.1.1
I have a problem and I don't know how to solve it.
When I do the build of my project in Android studio, i have this error:
Could not find com.android.volley:volley:1.1.1.
Required by:
project :...