Skip to main content

All Questions

Tagged with
0 votes
0 answers
70 views

How to achieve ssl pinning or ssl certificate pinning in ionic 3 angular 5 application for both IOS and ANDROID

I have found 2 solution for achieving the above one 1] for ANDROID Pining SHA-256 Public key in network_security_confile.xml file <?xml version="1.0" encoding="utf-...
user25262610's user avatar
0 votes
0 answers
18 views

ionic 5 - error ionic-orm3 Property 'filter' in type 'EntityMetadataCollection'

I am in the process of migrate application ionic from ionic 3 to ionic 5 , I use angular 12, node 16, typescript 4.2.3, and "ionic-orm3": "0.1.3", now I found this error [ng] ...
testyahoo's user avatar
0 votes
1 answer
198 views

Ionic storage-angular error: Can't resolve '@angular/common' in storage-angular/fesm

I'm trying to use ionic/storage-angular in my ionic application. I was following the documentation: https://github.com/ionic-team/ionic-storage. I installed storage-angular (npm install @ionic/storage-...
Baffer's user avatar
  • 108
0 votes
0 answers
52 views

Last Update for old ionic 3 App with angular 5

I've an old ionic 3 project, which I want to update a last time to make some changes to prepare the users and the data for the big update when going to ionic 7 some day. I've cloned my repository and ...
bastifix's user avatar
  • 463
0 votes
0 answers
57 views

Issue with SonarQube showing ChromeHeadless error

When executing command "npm run test-coverage", getting below errors. TOTAL: 373 FAILED, 514 SUCCESS 12 12 2023 15:18:35.549:WARN [launcher]: ChromeHeadless was not killed in 2000 ms, ...
Suman Bera's user avatar
0 votes
2 answers
58 views

How to set "search" icon in the navigation tab bar in Ionic?

I'm working on an Ionic project and I want to set the "search" icon in the tab bar of my navigation. Here's what I've tried so far: <ion-tabs> <ion-tab [root]="tab1Root"...
micex's user avatar
  • 43
0 votes
1 answer
457 views

Ionic framework error: spawn unknown error

When I try to run this command:ionic serve, then I got the following error in the terminal. at ChildProcess.spawn (node:internal/child_process:413:11) at Object.spawn (node:child_process:757:9) at ...
Shehan Mario's user avatar
0 votes
1 answer
83 views

Missing form parameter: grant_type IONIC CAPACITOR

I'm trying to call Keycloak, but the console gives me this error: MISSING FORM PARAMETER: GRANT_TYPE This is my code: post() { debugger; let url = "http://172.20.10.3:8080/realms/myrealm/...
FalconZ's user avatar
  • 21
0 votes
0 answers
734 views

ion-select multiple select with popover interface, disable last option on change if it's only one remaining

Requirement there should be an ion select with multiple selection default all should be selected when interacting with it, if there is one selected left, that option should get disabled. and if in ...
Heena Vora's user avatar
0 votes
1 answer
1k views

How to prevent ion-router-outlet override ion-grid and expand to whole page

This is an UI question on angular-ionic project. There are 1 component login. Inside app.component.html, there are an ion-content container containing ion-grid element. Inside it there are 2 row. ...
AkiZukiLenn's user avatar
0 votes
1 answer
507 views

Unable to create ionic 3 project with ionic 6 cli

I have old ionic 3 project which i want into in my machine but its not working here i am creating simple ionic 3 project using below command ionic start Ionic3Project blank --type=ionic-angular It ...
Wasim's user avatar
  • 109
1 vote
1 answer
472 views

Impossible to select value cypress ionic ion-select

I have an Ionic angular app with an ion-select and ion-select-options. I am trying to write cypress test to click on ion-select-options, but it's impossible. It seems that cypress "click" ...
Ludovic's user avatar
  • 204
0 votes
1 answer
2k views

Ionic tabs within page

I have an Ionic 3 Angular app that I'm trying to upgrade to Ionic 6. The app itself is not tabbed, but there are pages within it that have tabs. A simplified example: foo.html: <ion-header> &...
NoLongerBreathedIn's user avatar
0 votes
1 answer
661 views

Disable auto-focus on input field for alert controller ionic 3

How do I disable the created alert using alert controller from automatically focusing onto the input field with the keyboard being displayed? let alert = self.alertCtrl.create({ title: 'Login',...
Yeo Bryan's user avatar
  • 397
1 vote
2 answers
121 views

Ionic 3: cannot receive push notification after restarting the app

I am testing by installing the app locally through XCode on my iPhone. When I enable the push notification inside the app, everything works fine. But when I exit the app completely and reopen it later,...
Terry Windwalker's user avatar

15 30 50 per page
1
2 3 4 5
278