All Questions
4,163 questions
0
votes
0
answers
29
views
IONIC 3 Error: Could not find an "NgModule" decorator in app.module.ts
I am getting following error while running this command in my ionic 3 Project
[app-scripts] [01:08:19] ionic-app-script task: "serve"
[app-scripts] [01:08:19] Error: Could not find an &...
0
votes
0
answers
330
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-...
0
votes
1
answer
447
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-...
0
votes
2
answers
99
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"...
0
votes
1
answer
629
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 ...
0
votes
1
answer
129
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/...
0
votes
0
answers
779
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 ...
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. ...
0
votes
1
answer
527
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 ...
1
vote
1
answer
528
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" ...
0
votes
1
answer
3k
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>
&...
0
votes
1
answer
680
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',...
1
vote
2
answers
131
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,...
0
votes
0
answers
71
views
How to add an array in Interrface Angular
I have one Interface that contain one array,
this contain of the array provide of other interface.
The problem is that this is the qualitatLlet in not taiking the interface ExcelData properly
The ...
0
votes
1
answer
235
views
Write json file from Excel in IONIC Angular
I pass Excel file to json and I need to put the information from the object in one json file placed in assets folder.
I try using FILE component but I can not find the solution any Help please.
The ...