Questions tagged as 'ionic'

1
answer

Save latitude and longitude for a certain time

I have this code where I save data in firebase let options = { frequency: 3000, enableHighAccuracy: true }; let markes = []; this.watch = this.geolocation.watchPosition(options).filter((p: any) => p.code...
asked by 27.07.2018 / 02:42
0
answers

Waiting (TTFB) takes 1 minute on ionic APP

I have an application in Ionic 3, all requests are executed normally, except one. The waiting time for the request is always 1 minute. What may be affecting the waiting time? The web service is in laravel.     
asked by 20.07.2018 / 18:26
1
answer

ionic slider does not go to the last photo automatically

I've been with ionic for a short time and I do not know if what I'm trying to do can be done, the intention is that according to the user put a photo in a slider the slider go to the last photo put automatically, I have this code and I do not kn...
asked by 24.07.2018 / 12:55
0
answers

Encapsulate a website in an Ionic v1 app

I'm working with Ionic v1 and I need to encapsulate a web in an Ionic v1 app I have created a blank Ionic v1 project with the following code. !DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="v...
asked by 12.07.2018 / 16:00
0
answers

Validation form one or another field

I understand the validation options of fields of forms applied in angular and ionic which is what interests me, but I do not find the option of making one of the following fields "telephone or cellular" mandatory, the idea is that at least enter...
asked by 10.07.2018 / 04:50
0
answers

ionic cordova build ios

I'm trying to run an ionic app on ios, the xcode emulator runs perfectly, but when wanting to run, ionic corodova buil ios    Ionic Package: xcode-select: error: tool 'xcodebuild' requires Xcode,   but active developer directory '/ Lib...
asked by 10.07.2018 / 23:55
0
answers

Ionic 3 cordova build --debug android - Error

After so much trying and trying, and more trying, I have a project assigned in Ionic which is generating an error when generating the code: ionic cordova build --debug android ionic cordova build --debug android Running app-scripts build: --...
asked by 10.07.2018 / 21:44
0
answers

Consume WebService with Ionic

By personal improvement I am learning Ionic, I already managed to run some examples, but where I can not make progress is to consume a WebService. Regularly with JQuery I consumed it in the following way: function obtenerProduccionFinca(in...
asked by 10.07.2018 / 18:11
1
answer

Problem to try facebook4 plugin

I'm trying an application that has the plugin cordova-sqlite-storage so I need to do the tests from my cell phone, it works correctly but when I install it and try to try cordova-plugin-facebook4 I can not run it on my cell phone anymore , I use...
asked by 01.07.2018 / 16:52
0
answers

Service on Ionic 3

What I want is to create a service for my app on Ionic 3. The service I want to get is what Android is a Service: Service on Android The purpose of this is to be able, through a socket that I have created, to be able to receive certain i...
asked by 28.06.2018 / 10:15