Questions tagged as 'ionic'

1
answer

Open facebook page Ionic

Hello! I use this code to open the Facebook app directly on the page on the device. <a href="#" class="link-fb" onclick="window.open('fb://page/0000000000000', '_system'); return false;"> </a> No Android works perfec...
asked by 05.12.2018 / 13:37
1
answer

Get PayPal Transaction ID on Ionic

I'm using PayPal in my project following this documentation . My question is: how do I get the transaction ID after my payment? My code is: this.payPal.init({ PayPalEnvironmentProduction: '' PayPalEnvironmentSandbox: 'mySandbox...
asked by 03.12.2018 / 16:11
0
answers

List firestore data - Ionic 3

Well, I'm developing an app with ionic 3 and firebase. I am having problems in listing existing data in firestore. I have a search bar, which, as it is being typed in it, will display the data below. I already have this implementation done, but...
asked by 03.12.2018 / 17:25
1
answer

Error reading Json on Ionic

Good night, I have an ionic project that would communicate with a php, but I can not read the data returned by php on ionic. function on home.ts page realizarLogin() { this.authServiceProvider.logar(this.model.email, this.model.password...
asked by 07.12.2018 / 00:05
1
answer

how to write data in firebase with ionic?

I have an application that displays on the screen the latitude and longitude wanted to know how to write this data in firebase My code home.ts ta so import { Component } from '@angular/core'; import {NavController, Platform} from 'ionic-...
asked by 01.12.2018 / 00:51
1
answer

Error publishing to Apple

Hello, I'm trying to send my first application to apple, but it's giving me a bit of a headache .. I have already searched for all my code, I did a full cleanup but I can not find anything on camera, and I do not use it, but I'm getting this err...
asked by 29.11.2018 / 20:49
0
answers

Value doubling after ticking the second toogle button

I'm having a problem marking the toogle button. What happens is as follows, I created a function that captures the items that are marked TRUE on the toogle button, and pass them as a parameter to the next screen, along with the quantity, and the...
asked by 28.11.2018 / 21:34
0
answers

Write data in firebase + ionic3

Well, I'm developing an app with ionic 3 and firebase (real time). And I wanted to clarify a doubt, I will explain my case: So, I choose a product, after that I type the information and add it to a list. But there is one though: How do I...
asked by 28.11.2018 / 19:19
0
answers

Write data list in firebase (Real Time)

Well, I'm developing an app with ionic 3+ firebase. I am facing a problem: I can not write a list of data. Here is the code: this.db.database.ref(userId) .push({ dataPag: pedido.dataPag, tipo: pedido.tipo, qtde: pedid...
asked by 29.11.2018 / 16:48
0
answers

Angular 6 - Reactive Forms - load observable after clicking the form

form has the button been so I do post, and it only returns when I click on the formcontrolname of the form import { Component, OnInit, ViewChild, OnDestroy } from '@angular/core'; import { NavParams } from '@ionic/angular/dist/directives/navig...
asked by 29.11.2018 / 18:03