1,060 questions
0
votes
0
answers
57
views
Issue with building an Ionic 5 project using Cordova after upgrading to Ionic CLI 7
I have a project that was originally built with Ionic 5 around 2020, and it has been functioning well up until 2023. This project is primarily a maintenance-type project, meaning it doesn't receive ...
0
votes
0
answers
52
views
Angular Ionic, modal is not closing without setTimeout
I'm facing an issue with the Ionic Modal Controller.
In my application, I have a QR modal. I want to handle the case when the backend sends an incorrect QR image. If the image fails to load, the error ...
0
votes
1
answer
180
views
How to Generate Encryption Keys for Google Pay Direct Integration?
Question:
I am integrating Google Pay into my Android app using the Direct Integration method. On the Google Pay & Wallet Console, it requires me to upload at least one encryption key under the &...
0
votes
1
answer
54
views
ionic angular 8 get component instance
I've tried different ways to get the component instance after creating a modal using ionic and angular, however nothing worked for me. Could you please help me to understand, how can I get a component ...
1
vote
0
answers
32
views
Connecting ionic Android/iOS app over HTTPS with my Local Server
After changes in Ionic App and Local Spring Boot Server, I see this error when switching to HTTPS instead of HTTP, when user tries to login:
[ERROR:ssl_client_socket_impl.cc(878)] handshake failed; ...
0
votes
0
answers
16
views
Ionic / Angular - Transform Promise in callback - Storage don't get a value to use in next functions
I have a token in storage memory, but on load with "get" method:
import { Injectable } from '@angular/core';
import { Storage } from '@ionic/storage-angular';
@Injectable({
providedIn: '...
-1
votes
1
answer
80
views
Ionic 5 Popover popover arrow
I am using Ionic5, I want to create a popover, popover which ios have i want similar in android, Issue is when popup appear the tooltip is not clearly visible as it goes behind the ion-overlay ( I ...
-1
votes
1
answer
341
views
ionic 5 Android app upgrade Api level 33 to 34
I have change in config file targetsdkversion = 33 to targetsdkversion = 34 but below issue is occuring.
'android.enableAapt2' is deprecated.
The current default is 'true'.
It has been removed from ...
-1
votes
2
answers
298
views
Namespace not specified error after Capacitor upgrade
I have recently upgraded my Capacitor version to v6 and Gradle to v8.7, which has introduced a persistent namespace issue. The problem originates from the following path: node_modules/@capacitor/...
0
votes
1
answer
142
views
child component with tabs not getting correct ID - ionic/angular
I am new to ionic, and I am trying to design a simple app to learn. I have a main page (MP), and when i click on a button on that page, I get forwarded to a new page (AP) and I have tabs. My tabs has ...
2
votes
1
answer
56
views
How can we dim the entire scrollable screen in ionic
In ion content , there are cards , when I long press , the cards should be highlited , for that , I have used dimming effect , when I long press , the screen will be dimmed , but the ion content is ...
0
votes
1
answer
2k
views
Ionic 8 with Angular 18 Standalone Component using innerHTMLTemplatesEnabled in Action Sheets for Custom HTML
I am using Ionic 8 with Angular 18 in a standalone project. I am trying to create an alert with custom HTML. Here is my TypeScript code:
async presentAlert() {
const alert = await this....
0
votes
0
answers
148
views
AES-256-CBC IONIC encrypted data is not able to decrypt in PHP
I am encrypting text in IONIC using @ionic-native/aes-256/ngx library and trying to decrypt the same in PHP but am unable to do so.
Here's the data :
Key : 12345678901234567890123456789012 (32bit)
IV ...
0
votes
0
answers
2k
views
Throwing ERR_BLOCKED_BY_ORB error while accessing html response in Ionic Capacitor
Context
We have a Content Player where we are loading online contents(html, js pdf audio, video). It was working perfectly untill few month back.
Issue
Now we are unable to access html contents where ...
1
vote
1
answer
92
views
Can't Install App From Google Play - Ionic
I'm having trouble with my ionic 5 app. A while ago I had to update the target sdk version of my app to version 33 (this was mandatory from Google). These are my preferences in my config.xml:
<...