48,634
questions
-4
votes
0
answers
34
views
Library and examples for MQTT clients in Ionic 7 [closed]
I am looking for a lib and examples for an MQTT client for Ionic 7.
I tried some examples from the web with MQTT.js and Paho MQTT but none of the is working for me on Ionic 7.
0
votes
0
answers
12
views
Ionic NGRX Signal Store auth not triggered after relogin
I have an issue with my Angular 18 and Ionic 7 application, which uses NGRX Signal Store. During logout, I'm able to clear the localStorage and set the isAuthenticated and token states to false and ...
0
votes
0
answers
13
views
How to Manage Cache and Improve Performance When Switching from Ionic Angular to React Native?"
"I developed an APK using Ionic Angular and built it using Android Studio, but the app accumulates a large amount of cache, which causes performance issues and slows it down. If I switch to React ...
0
votes
1
answer
8
views
Change ion-button text color when clicked
Having a bit of a fight with my ion-button. I want to customise it for a special case so that:
When it's configured as a link, it is clear.
When the user hovers, there is a coloured underline.
when ...
0
votes
0
answers
10
views
Changing colour & opacity on a disabled ion-button?
I'm trying to exert some control over my ion-button when disabled.
Here's where I am:
// Set button colour & Text colour
ion-button[disabled] {
--ion-color-base: var(--light-gray) !...
1
vote
0
answers
35
views
Is there a way to close the previous page when changing pages for better performance?
The problem I have is that when I open pages when I have opened 3 pages, I notice that the application is getting slower and slower, the images take a long time to load and I thought that may be ...
0
votes
0
answers
18
views
core.mjs:7400 ERROR FirebaseError: Invalid document reference. Document references must have an even number of segments, but Usuario has 1
I am trying to make sure that when I switch to dark mode it is saved in the user with which I logged in and when I log in again with that user it puts me in dark mode again, but I get this error and ...
1
vote
1
answer
27
views
Logged-in verification on Ionic
I'm trying to use ngOnInit to verify if a value is set on the app's localStorage, but it doesn't work.
this is what i have now:
this is the function that logs the user in the app
async login() {
...
0
votes
0
answers
13
views
Is there a plug in to allow users to choose from email apps installed on their device to be opened from the ionic app? [closed]
I have a use case where the user should be able to open their email inbox (not in compose mode, just to view the email inbox).
So far, I have looked into the usage for the following plug-ins:
https://...
1
vote
0
answers
17
views
Ionic github action apk 'Unable to launch Android Studio'
I am trying to build an apk from a ionic project using github action.
I created a fresh ionic project with angular.
name: Build Android
on: [push, pull_request]
jobs:
build:
name: Build APK
...
1
vote
1
answer
35
views
Why am I getting this error "Object literal may only specify known properties, and 'target' does not exist in type 'CameraConfig'"
I just got my code from another computer and this error shows up, I have been searching for some info but I dont know how to fix it, what Im trying to do here is to add a search bar in my google maps ...
0
votes
1
answer
15
views
Newly Generated capacitor plugin and podfile
I am developing an Ionic Capacitor plugin on the macOS operating system. When I use the command:
npm init @capacitor/plugin plg-download-manager
to create the plugin, only the Sources and Tests ...
0
votes
0
answers
32
views
Render Any component inside another component
i need to create view like bottomsheet reusable component in which i can show header part and then inside container div i should be able to load any component [screenshot attached ]
I am unable to ...
0
votes
0
answers
9
views
Restricting foreground notifications in ionic angular capacitor app
I am using AWS SNS to trigger firebase notifications for android like below.
The stack is ionic angular, capacitor
Versions - All latest
aws sns publish --endpoint-url https://sns.us-east-1.amazonaws....
1
vote
0
answers
52
views
Capacitor-Swift.h file not found in Xcode - CocoaPods & Capacitor Build Issues
I'm working on a project that uses Capacitor and CocoaPods in Xcode (16.1) and I'm getting several error messages when building, including: ‘Capacitor/Capacitor-Swift.h file not found‘ “Cannot define ...