Questions tagged as 'ionic'

0
answers

Ionic - Error generating the build

First I can create the plataforms / android folder with the command in the terminal: ionic cordova platform add android . But when I create build with apk with the command: ionic cordova build android . This error text appears:...
asked by 13.08.2018 / 09:16
1
answer

CORB / CORS error requesting google api

I have an ionic-angled design with server developed in nodejs. I'm trying to do a user authentication by sending a request to google api through the Passport framework using Google-Strategy . When you make the request, the following error o...
asked by 31.07.2018 / 02:49
2
answers

Request http post in ionic does not send the data as x-www-form-urlencoded

I need to perform an HTTP request to log in to my ionic application, but my function needs to send the data as x-www-form-urlencoded, tried in several different ways but I have not yet been able to do it. public login(credenciais):Observable...
asked by 06.08.2018 / 16:22
1
answer

Search database specific data in ionic 3

I would like to know how to filter and receive only the data I want on each page. my database.ts: 'getAllProducts () { return new Promise<Produto[]>((resolve, reject) => { let sql = "select * from tb_produto"; this.executeQuery(s...
asked by 26.07.2018 / 14:58
1
answer

Ion-select does not work as it should

I have the following code for ion-select: <ion-item class="drop-categoria" style="margin-bottom: 5%; "> <ion-label>Categorias</ion-label> <ion-select [(ngModel)]="catselected" (ng-change)="onChange(catselected)">...
asked by 22.07.2018 / 01:39
1
answer

CheckBox calling button with ionic 2

I am simulating something like a shopping cart using ionic 2 . Basically you write the name of the item and the value and it will create a list with checkbox as in the image below. ButIwantedthe only appeared when selecting one of th...
asked by 08.08.2018 / 21:33
1
answer

I have a problem with Ionic3

I'm learning how to use Ionic as an example so I'm following a course. I created an intro with 3 slides that in the end I created a "Click" to go to Tabs, with Home and feed, but the Feed stopped working, when I click I will not go any more F...
asked by 04.08.2018 / 06:28
0
answers

ion-slides calling a page in the ionic application

I have 3 pages in my application, I'm in the first one and would like to "slide" to the right and go to the next page so that I do not have to click any button, like a slider, / p>     
asked by 18.07.2018 / 22:16
0
answers

Date with IONIC and angulaJS and firebase

Good morning, I'm getting the firebase date for IONIC with the angular aid and I'm having the following error message: Error parsing date: "1531595027828". Please provide a valid ISO 8601 datetime format: link     
asked by 16.07.2018 / 14:24
0
answers

Sort ion-list by date

Good morning, I'm studying IONIC with Firebase and created a simple list where I want it to be sorted by update date. In the image we can see that the date is the same as it came from Firebase. Itriedtodothis:pedidos:anyconstructor(){//Initiali...
asked by 14.07.2018 / 16:16