Questions tagged as 'ionic'

2
answers

convert longitude and latitude to geographical direction

Friends I want to convert the longitude and latitude that I get with this code to geographical address .controller('CtrlUbi', function($scope) { if (navigator.geolocation) { navigator.geolocation.getCurrentPosition(function(position)...
asked by 27.09.2016 / 05:44
1
answer

Accumulator only works on a single scope and variable

Trying to save in different variables, and show in different scope, a sum which depends on the symptom that the patient has, only saves and shows in a single scope and the same variable. The code is as follows: index.js <div ng-contro...
asked by 24.05.2016 / 00:12
1
answer

error with NPM dependencies: peer dep missing

I have the following dilemma /usr/local/lib ├── @angular/[email protected] ├── @angular/[email protected] ├── @ionic-native/[email protected] ├── @ionic-native/[email protected] ├── @ionic/[email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── npm-check-update...
asked by 23.12.2018 / 18:29
1
answer

spawn cmd ENOENT

I have an error when I start the server in Angular, it does not affect me in functionality, but I would like to correct it, since with the NPM it gives me installation errors. This is the error: $ ng serve -o ** Angular Live Development Ser...
asked by 18.12.2018 / 20:39
0
answers

Change color initial background

I'm trying to change the background color does not work (Cordova 6.4.0) <preference name="SplashScreenBackgroundColor" value="#FFFFFF"/> I pass my configurations in config.xml: <preference name="SplashScreenBackgroundColor" value...
asked by 21.12.2018 / 22:27
1
answer

Bar Code Reader and Php

I was asked as a job to create a stock control with barcode reader. I would like to know if the application can be done on the web? Or do I have to do it natively obliged mind? I currently have web knowledge, I have never explored the native...
asked by 17.12.2018 / 15:00
1
answer

ionic 3 ERROR Error: Error trying to diff '[object Object]'. Only arrays and iterables are allowed

I am creating an application with ionic and I get the following error when trying to list: ERROR Error: Error trying to diff '[object Object]'. Only arrays and iterables are allowed Does anyone know why it appears? Html <ion-content...
asked by 15.12.2018 / 03:44
0
answers

Open an app from a URL and pass parameters to the app

It is possible to send parameters (name, email, secret number) in a URL from an APP in iOS so that when a second user opens that URL, pick up the same application (if installed) and when opening the APP it will allow to save the parameters of th...
asked by 19.12.2018 / 14:48
0
answers

Ionic Adjust image and icon

Good morning, I would like to know how to achieve that in the next image, the icon is placed on top of the image. This is what I have for now. HTML <ion-row responsive-sm> <ion-col col-12 width-50 text-center> &...
asked by 05.12.2018 / 18:32
0
answers

Call ionic function from jquery

I have a question I do not know if it is possible ... I want it I want to do it since jquery I have some variables that I want to send to an ionic 3 function, I do not know how to do it ... I hope you can help me     
asked by 05.12.2018 / 18:09