Questions tagged as 'ionic'

0
answers

Function to return only the requests to the logged-in user in question

I have following code to save the requests: save(pedido: any) { var userId = firebase.auth().currentUser.uid return new Promise((resolve, reject) => { if (pedido.key) { this.db.list("pedidos") .update(pedido.key, { name: pedido....
asked by 21.09.2018 / 13:24
0
answers

Password Recovery WORDPRESS REST API

Good morning, I'm developing an application, and I use a WordPress web system. That way I use a REST API plugin to get the pertinent information to the system. However, I'm not sure how to implement "Forgot Password?" in the application, using t...
asked by 08.10.2018 / 15:58
1
answer

smallIcon of the local notification does not appear IONIC

I need to change the smallIcon of my local notification, but I have already defined the location in my resources but it still does not appear. I tried something like: this.localNotifications.schedule({ id: i+1, t...
asked by 17.09.2018 / 15:18
0
answers

Ionic application on different versions of android

I'm having a problem creating an apk that runs on different versions of android. My phone has version 6.0.1 and runs perfectly but when I tried to install on an android 5.0.2 the application opened but the screen was left blank. So far, I've bui...
asked by 06.08.2018 / 18:45
1
answer

Proxie on Ionic

I'm having trouble doing http requests on Ionic, I saw that one way to circumvent CORS is by using proxies. I tried something like: ionic.config.json: { "name": "appIonic", "integrations": { "cordova": {} }, "proxies": [...
asked by 07.08.2018 / 18:48
0
answers

Fading fields in ionic after selecting a select option

I'm implementing a feature where the user selects a select option and is sent to a function that adds to my model. For some reason, after selecting the option of my select , the next field of my ngfor adds up, it reappears...
asked by 09.08.2018 / 16:16
1
answer

How do I display the "Login successfully" message to the user?

import { Component } from '@angular/core'; import { IonicPage, NavController, NavParams, LoadingController } from 'ionic-angular'; import { trigger, style, animate, transition } from '@angular/animations'; import { AuthProvider } from '../../prov...
asked by 23.08.2018 / 20:06
0
answers

How to create a test environment for applications with facebook, ionic and firebase

I'm creating an application with facebook, ionic and firebase. I am using the authentication API with facebook. I'm facing the following issues: 1) I can not configure the domain url on Facebook developers . 2) I am not able to configu...
asked by 25.07.2018 / 19:25
2
answers

Filter in a Select MYSQL via PHP (ionic 3)

Good afternoon everyone, before explaining a little more about the doubt I would like to make it clear that I am very lazy on the subject and, incredible as it may seem, I have been trying for weeks to solve this problem. Doubt: I would like to...
asked by 20.07.2018 / 16:53
0
answers

Retrieve directory where apk was created by gulp with the cordova-lib plugin

Good evening, I'm having a problem retrieving the directory where the apk file was generated. I use the cordova-lib plugin in gulp to build an ionic application. The "real" problem is that I can not recover the default location, or even te...
asked by 12.07.2018 / 02:25