Questions tagged as 'ionic'

2
answers

Problems when trying to send A request to my web server, from an app created with Ionic Framework

I have a problem with app híbrida , I have two input fields where I put username and password and that sent it to a URL in which is the script PHP hosted (web server that is free) and that request is blocked. From what I h...
asked by 31.08.2016 / 03:23
1
answer

How do I order an pipes in Ionic 2?

I need to organize a product list sorted by Array of String as properties of Array of objects example: Case 1 <div *ngFor="let producto of productos| orderBy:'nombre,descripcion' : 'ASC' || 'DES'"></div>...
asked by 27.06.2017 / 19:11
3
answers

Image docker running through port 80

A couple of days ago that I'm fiddling with Docker, I tell you my intention. Create a Dockerfile with: LAMP Wordpress Nodejs npm ionic-framework cordova And that from port 80 using "localhost" can access the wordpress. I h...
asked by 08.11.2016 / 16:27
1
answer

show by text in which city I am angular js

I'm doing an app on ionic where I want to show the user where the city is. With this code I locate it but I need to show you something for example:    You are in Barranquilla / Cartagena or something like that Driver: .controller('Ctr...
asked by 25.09.2016 / 22:22
1
answer

I can not launch an "existing mail" alert

I have taken back the code that another developer left unfinished and I have some problems when I want to register a new user. In the validation of the existing mail, I can not overwrite the previous record, but I can not launch an "existing...
asked by 22.09.2016 / 06:18
2
answers

Error consuming web service with POST and GET in Angularjs

Hi, I have a problem that keeps me from moving forward. I have a Web Service in which it asks to enter coordinates (INPUT); these, if they are correct, will send in JSON format a list of the name of the nearby branches (OUTPUT). You ca...
asked by 01.09.2016 / 05:40
3
answers

Error making a post request in angular using application / json

Previously I made a request using the following in the Headers 'Content-Type': 'application/x-www-form-urlencoded' But now the API asks me to send it in the following way: 'Content-Type': 'application/json' The functi...
asked by 28.02.2017 / 22:25
1
answer

Frames in ionic framework

I am trying to implement frames in my ionic application, what I want is to show on the top data or information of a user and in the remaining part show a page that consumes webservices. (in this case if there is no Internet, a connection error m...
asked by 25.07.2016 / 06:14
1
answer

Save json in an angular model1 (ionic1)

I have a query in angular. I need to access the data of a json [ { "gift": [ { "description": "Recibe un pichel de te gratis!!", "name": "Te para Todos", "cod": "Te01", "poll": 6, "id": 5...
asked by 17.08.2016 / 19:41
1
answer

: CordovaLib: compileDebugJavaWithJavac FAILED

Since I updated the ionic CLI version, since it was asking for it, I had some problems, but only with new projects, I do not know if it is due to any conflict, the problem arises when trying to compile and obtain my apk.   : CordovaLib: compi...
asked by 27.09.2016 / 17:53