Skip to main content

All Questions

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
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
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
5 answers
8k views

Angular ngIF not Working inside component

i have a component called header but inside it my ngIf does not working and i have no idea why... header.ts @Input() title: string; @Input() subTitle: string; @Input() isPage: string; header....
Kevin Dias's user avatar
  • 1,076
2 votes
1 answer
455 views

How to make reset input fileds after click submit in ionic 3

I waste much time in solving this problem I want when i submit the form the input fields will clear can some help me with this or can show links about it thanks guys...
Rhodney Noquiao's user avatar
1 vote
1 answer
191 views

Multiple loading indicators shown above each other

I have an app made in ionic 3 in which I created a provider to centralize access to LoadingController. I have implemented the provider as the code shown below, and I thought it'd be enough to control ...
Diego Ferreira's user avatar
2 votes
2 answers
441 views

how to use *ngIf in in displaying input that has id

HI guys im new to ionic i have a problem how to use *ngIf in displaying input field here is my .html <div *ngIf="project_group_id=1"> <ion-card> <ion-item no-lines> <...
Rhodney Noquiao's user avatar
1 vote
1 answer
2k views

Undefined property: App\Http\Controllers\Api\ApiAuthController::$auth

enter image description here Im new in Laravel i don't how to figure out the mistake here is my laravel code: public function login(Request $request) { $gen_user = GenUser::where('...
Rhodney Noquiao's user avatar
0 votes
2 answers
762 views

Ionic 4 and Angular 5 ion-buttons color and attributes not working

I'm using ionic 4 and angular 5 and for some reason the Press Button ion-buttons element below is not setting color or any attributes to the button and I have tried the two ways I know to set color, ...
PapaSmurf's user avatar
1 vote
1 answer
1k views

ionic framework(angular) - How to decode QR code image?

I am using ionic framework v3. I am tryingto decode qr code image selected from gallery. I tried using link but it mostly not decoding. I did linke : const codeReader = new BrowserQRCodeReader()...
Khurshid Ansari's user avatar
0 votes
3 answers
1k views

include an external Javascript library into an Angular Project Globally & Properly

We often need to use external JS libraries when developing in Angular, So I'm asking today for the cleanest way to do this globally. Actually I'm trying to include dateFormat JS Library : https://www....
Med Karim Garali's user avatar
3 votes
1 answer
2k views

Angular wait until binding complete

In the purpose of scrolling to an element of a list after the view initialization completes, I'm trying to getElementById of an element that will be put into the DOM by an "*ngFor" after making an ...
Med Karim Garali's user avatar
-2 votes
1 answer
228 views

Does anyone have an idea about how to merge 2 arrays in Ionic Storage?

I am getting user input in a 2 step alert and keeping the data separately. I want to merge the arrays like "www.youtube.com/"+"watch?v=tAGnKpE4NCI" = "www.youtube.com/watch?v=tAGnKpE4NCI". I looked ...
dyonysoselfius's user avatar
0 votes
1 answer
296 views

ng-packagr on Ionic 3 custom library

I need to build a set of libraries for my Ionic app, for reduce the time-to-market and have a sharable pieces of code. I found ng-packagr and i'm tring to figure out how to make it work with Ionic 3.9....
bott91's user avatar
  • 273

15 30 50 per page
1
2 3 4 5
7