Questions tagged as 'ionic'

1
answer

payu payment gateway

Good morning friends, I want to implement the payment gateway with payu in my ionic app, I do not have the clear information about what I have to do I have seen in the documentation that I must send a form in json or xml format, but not I know w...
asked by 19.10.2016 / 14:47
1
answer

Add CORS to SOAP service with Ionic

is to make a query. I have a SOAP service to which I need to implement CORS to later consume this service from a mobile app on Ionic, but I do not know where to start or how to do it correctly. I know that the implementation of these in my Servi...
asked by 07.11.2018 / 23:06
1
answer

JS | AngularJs | Show page when checking a checkbox

I need you to check a checkbox, this will take you to a page. But I get an error: funcion is not defined MY CODE home.html <ion-header> <ion-navbar> <ion-title> Selecciona tu ciudad </ion-title>...
asked by 09.09.2018 / 18:40
1
answer

Switch from one input to another automatically

Working with ionic I have three inputs with 4 digits each What I try to do is that when someone puts the first 4 numbers in the first input automatically pass to the next input without having to use tabindex, if someone could guide me a...
asked by 19.07.2018 / 15:04
1
answer

save latitude and longitude by distance (Google Maps and Ionic 3)

I have the following function to save save latitude and longitude in firebase, but I see that it saves it very fast, that is, approximately in 20 minutes I keep around 400 positions. //empieza geololaizacion start() { let markes = [];...
asked by 31.07.2018 / 00:26
1
answer

Ionic | How do I put an icon to the left of ion-label?

Can someone please help me how to put an ion-icon on an ion-label on Ionic? I tried it this way: <ion-item color="quest"> <ion-label floating ion-left>Correo Electronico</ion-label> <ion-icon name="...
asked by 15.06.2018 / 00:11
2
answers

Observables, promises are driving me crazy

I have a small code where I read a json to get the current online version of my data the idea is then compare with the local version saved with sqlite and if it is smaller then download the rest of json and update my BD. this.ht...
asked by 06.06.2018 / 00:08
1
answer

Firebase ionic 3 chat message time sent

I want to show the time of which I sent the message in the ionic chat, this is the way I was doing it to send to the database, but how I transform it to show it as time and day .. sendMessage(){ this.time = firebase.database.ServerValue.TI...
asked by 03.06.2018 / 07:14
2
answers

Get Token-Jwt on Ionic

I am consuming an ApiRest in which I get a Token Jwt. The problem I have is that for example the token I receive comes in the following way: Code: let jwt = jwt_decode(resp); Token Obtained: {"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVC...
asked by 16.10.2018 / 06:05
1
answer

Cycle for in Ionic view?

I had a question and that is that I want to print an element in the ionic view a number of times according to a numeric variable let's say: public numero = 4; then in the view try doing a kind of cycle with *ngFor but w...
asked by 21.05.2018 / 14:11