Questions tagged as 'ionic'

0
answers

Error compiling reflect-metadata

I try to compile an application on android and I get this message:    Error: can not find module 'reflect-metadata' In other forums I found that you have to add the metadata in the package.json but not specifically where     
asked by 05.07.2018 / 20:00
0
answers

TypeScript Error

I'm checking empty fields in TypeScript for ionic and it tells me there are some errors and I'm unable to see it. Error:    Unexpected token. A builder, method, accessor, or property was expected Code: import { Component } from '@a...
asked by 30.06.2018 / 13:45
0
answers

Google Maps, real-time route update

I have the following: button for the user's current location with the following code initMap() { this.geolocation.getCurrentPosition({ maximumAge: 3000, timeout: 5000, enableHighAccuracy: true }).then((resp) =&g...
asked by 23.06.2018 / 00:40
0
answers

Replace HTML marquee tag by effects with SASS

I'm having a little problem using the HTML%% tag (I know it's been deprecated or deprecated, but it was the only one that allowed me to give that effect), my text can contain up to 30 characters so it's very difficult to show it in a single line...
asked by 16.06.2018 / 03:39
0
answers

Group data in the view

My question arises because I need to show the data of a query to my Database in a more aesthetic way, I explain: I have a table in which I store sports teams, but each team has a group, for example when playing a qualifying tournament by grou...
asked by 14.06.2018 / 02:25
0
answers

Help with Ionic and Firebase * ngFor

What's wrong in my code, I want to do a ngFor of a variable where by means of a push the variable is added to be later observable by the asyn and wait function of addToArray () this.data = this.AuthService.getData() getData() { return ne...
asked by 11.06.2018 / 04:36
0
answers

api.ciuvo ionic

I get that error and when I enter the .js file, it indicates an error in that function that I have placed, what do I do? Is the installation wrong? ... console: ciuvo-contentscript.js:5684 GET https://api.ciuvo.com/api/analyze?url=http%3A...
asked by 13.06.2018 / 19:31
0
answers

Join data from two tables in javascript

What I manage to do is filter my first table from where I get the first data next to an "id" that I use to filter a second table, the issue is that I can not join them in a single array. An example would be something like this first filtered dat...
asked by 09.06.2018 / 20:28
0
answers

Problem when creating Ionic Cordova projects

When I want to create a project I get an error I believe it with the command ionic start [nombreproyecto] blank With the Windows terminal, I created the project but it does not work because with the error it does not let me add screens anym...
asked by 07.06.2018 / 22:06
1
answer

How can I edit the message that appears, when requesting access to the camera, with ionic?

In the store app store they rejected me the app because I have to modify the text of the message, in the image it is shown as your usage message and I want to put a text with better information     
asked by 11.06.2018 / 19:15