Skip to main content
-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.
user14665305's user avatar
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 ...
Zed's user avatar
  • 1
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 ...
Dharma Teja's user avatar
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 ...
monkey's user avatar
  • 1,563
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) !...
monkey's user avatar
  • 1,563
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 ...
José Manuel Ruíz Bolaños's user avatar
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 ...
José Manuel Ruíz Bolaños's user avatar
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() { ...
Samuel Freitas's user avatar
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://...
Aastha Bist's user avatar
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 ...
Gregory Boutte's user avatar
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 ...
José Manuel Ruíz Bolaños's user avatar
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 ...
abbas's user avatar
  • 1
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 ...
Roshni Kumari's user avatar
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....
Surya-dharmakrishnan's user avatar
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 ...
MonkaS's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
3243