Questions tagged as 'ionic2'

1
answer

Installing IOS application without having to go into the store

Is it possible to install an IOS application without going into the store? So how can I just download .apk and install on android? An example of what I'm talking about: link If you access the link and click on download it will ask if you...
asked by 30.11.2016 / 20:32
1
answer

Table in IONIC 2

Hello everyone, I am new to Ionic 2 and I have some doubts about how to manipulate the tags, I am doing an exercise that on the screen I have a table like the image like I would do this table in ionic?     
asked by 22.12.2017 / 19:49
1
answer

How to download PDF file from server on ionic 2?

I'm using the MPDF_6_0 library to generate PDFs, unitarily testing works, but I can not power it through the ionic project. How to do this? Thanks to everyone in the community. import { Injectable } from '@angular/core'; import { Http,...
asked by 14.10.2017 / 04:14
1
answer

'Uncaught ReferenceError: floor is not defined' when trying to use floor and random to randomly pick an item from an array

I have the following array: var cartasViradas=[ 'assets/img/1.png', 'assets/img/2.png', 'assets/img/3.png', 'assets/img/4.png', 'assets/img/5.png', 'assets/img/6.png', 'assets/img/7.png', 'assets/img/8.png',...
asked by 14.10.2017 / 20:39
2
answers

Create menu of options

I need to make a menu of options in my application developed in ionic 2. I've already rolled the documentation and found nothing that would help me. Does anyone know how to do it? Do you have a tutorial or any reference? Thank you very much in a...
asked by 22.06.2017 / 19:08
1
answer

App does not go through login

I'm trying to validate login , but it's passing right by and entering home , I do not know what might be happening: import { Component } from '@angular/core'; import {LoginPage} from '../login/login'; import { NavController } from 'ionic-angu...
asked by 24.03.2017 / 03:47
1
answer

Error trying to generate apk ionic v2

   Command: ionic build android --prod Environment Variables:    ANDROID_HOME C:\Android\sdk    CLASSPATH .;%JAVA_HOME%    JAVA_HOME C:\Program Files (x86)\Java\jdk1.8.0_121    Path ;%JAVA_HOME%\bin    Error:...
asked by 07.02.2017 / 16:41
2
answers

How to add property of Array objects in a * ngFor

I have an array passed to a * ngFor, how do I sum the values of a property, vlr, for example. order=[ {"qtd": Number(1),"vlr":Number(3.50)}, {"qtd": Number(6),"vlr":Number(4.00)}, {"qtd": Number(2),"vlr":Number(1.20)} ]; <div...
asked by 01.05.2017 / 23:16
2
answers

Show Map with ionic point 2

Personal use ionic 2 beta in a project with ts, has the cordenadas of a point, I would like to know how I can do to put the map with the current position of the user and a marker in the saved coordinates. How can I do it ? Thanks     
asked by 21.10.2016 / 00:43
1
answer

How to get the result of a JSON in Ionic 3, but the echo result in PHP

I need to get the result of my JSON which can be "Registration already exists." or "Successful Registration." In my registration, I'm doing it this way: submit(){ var nome = this.data.nome; var celular = this.data.celular; var...
asked by 24.07.2018 / 21:21