Skip to main content

All Questions

Tagged with
0 votes
0 answers
16 views

Ionic 3 issue while generating AAB file

I am trying to create AAB file to upload into play store using Ionic 3 using below 2 commands. This was working fine before, but now it is showing attached issue. Don’t know what has been changed ...
Vishwaprasad H G's user avatar
0 votes
1 answer
90 views

[email protected] added to Ionic3+Angular5 app: "Module Parse Failed" due to spread operator "..."

It's a legacy project on life support that I don't have the luxury of upgrading to Ionic7/Angular14+. Works fine other than needing to add Sentry. Upon adding sentry-cordova (1.1.5), building now ...
user1590553's user avatar
0 votes
0 answers
162 views

Getting fs.readFileSync is not a function in Ionic3-angular5 app

The scenario is, user will choose a .pdf file and we extract data from the PDF. We are using ionic3 with angular 5. In HTML, we write <ion-input type="file" accept="pdf/*" (change)="...
Nirmalya's user avatar
  • 116
0 votes
2 answers
618 views

Add [ngClass] only on the element that is clicked on

I have several columns that I need to differentiate when one is clicked to only have the class activate on that one and if a different one is activated to de-activate the previous one and activate ...
Victor York's user avatar
  • 1,671
1 vote
1 answer
35 views

Continue index order of two seperate arrays

I have an object which has "X" arrays (please note that these can be larger or smaller): note: PONotes allNotes: Array(6) 0: PONote {_text: "Contratación", _date: "", ...
Victor York's user avatar
  • 1,671
0 votes
1 answer
29 views

Troube using ngFor to correctly iterate array

Im trying to iterate through an array which returns "notes" as seen below. I have two fields called state and baseType which mean the following: state: The number of messages to show ...
Victor York's user avatar
  • 1,671
1 vote
0 answers
51 views

Angular unit test cannot see .glsl files

I am using ng test command in my Angular 5 application. When I run tests it informs me that ERROR in ./src/vr.frag.glsl Module parse failed: Unexpected character '@' (1:0) You may need an appropriate ...
Łukasz Broś's user avatar
0 votes
2 answers
104 views

Ionic 3 - Angular Post with headers not working

Using Ionic 3 with angular 5.2.11. Angular Post with headers not working .... const header = { "headers": { "X-Custom-Header": "1", "X-...
Vasilis Greece's user avatar
1 vote
2 answers
264 views

How to cancel specific request from all pending request

In my Ionic web app, For browser I want to implement a cancel download feature and currently, users can download multiple files at the same time so I want to cancel specific download HTTP request. ...
Wasim's user avatar
  • 109
0 votes
2 answers
577 views

How to disable a single option inside side menu in ionic?

I want to disable a button inside the side menu based on a condition in ionic. The condition needed to check will be available only after I login to the application. I'm defining my pages in the app....
Vinay N's user avatar
  • 269
0 votes
0 answers
469 views

Angular 5 custom input pipe loses focus when deleting charcter

I have an input in with a custom pipe that adds a space every 4 characters inserted. The issue is that if I insert for example "1234 5678" and I go and delete 4, the focus instead of staying there to ...
Victor York's user avatar
  • 1,671
1 vote
1 answer
2k views

Add a space every 4 characters in input with a Pipe

I have an input where a user needs to insert 24 characters. I tried to make a pipe with regExp to do this but no spaces are added. Ive seen functions that could do this but I wanted to keep it ...
Victor York's user avatar
  • 1,671
0 votes
1 answer
108 views

How to i display Directory files on Screen by using listDir() method in ionic

Am able to add and remove a directory but not displaying the directory files on screen. Can anyone please help me. Home.ts export class HomePage { saveData:any; showFile=[]; constructor(public ...
vinod kumar's user avatar
0 votes
2 answers
511 views

How to get files from created directory in ionic? using get() method and show it on screen

I want to display the files in created directory. The files may be any format like audio, video, image etc. This is How I able to create a directory and remove directory. Home.ts createDirectory(){ ...
vinod kumar's user avatar
1 vote
0 answers
69 views

how to create a ionic cordova directory? and add local files to that directory am using ionic3 and angular5

how to create a ionic cordova directory? and add local files to that directory and show that on screen, am using ionic3 and angular5 please help me am searching for the code. List item
vinod kumar's user avatar

15 30 50 per page
1
2 3 4 5
15