Questions tagged as 'ionic3'

0
answers

webpackjsonp is not defined

The funniest thing is that this error happens in only one cell phone, but it happens right on my test phone, I already opened my app on other phones and the application worked perfectly, I've been looking for a solution to this problem for a lon...
asked by 03.01.2019 / 20:45
0
answers

Get to the / platforms / android / res / raw / Ionic Native File folder?

Good evening, I'm trying to get to the folder of my ionic app / platforms / android / res / raw / But I'm finding it very difficult for this. I'm trying to do this: this.file.checkDir('/platforms/android/res', 'raw') .then(_ => consol...
asked by 14.12.2018 / 06:51
0
answers

Template parse errors: 'ion-text-avatar' is not a known element: 1

After putting lazy loading into the IONIC 3 project, following this tutorial, I came across an error in the directivs. What happens, I have the TextAvatarDirective directive that is imported into two pages, its modules: import { NgModule } f...
asked by 10.12.2018 / 14:37
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
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

When I try to login to my application that uses an API in Laravel the following error appears:

LoginMethodloginUsuario(){this.usuariosProvider.loginUsuario(this.usuario).subscribe(res=>{if(res){if(res.token){console.log(res);this.usuariosProvider.setStorage("usuario",res); this.ativaMenuLogin(); this.cancelar();...
asked by 29.11.2018 / 04:07
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

Problems writing two information in the same array position

Well, I'm developing an app with ionic 3 . I am facing problems, as I need to show the product and its value in the same column:    Product - 350 (value) But, it is storing in position 1, the product, and in position 2 its value....
asked by 05.12.2018 / 16:25
1
answer

What is the split method for ionic?

Well, I'm developing an app with ionic 3, and I hear of a method called split, but I've never understood its functionality. I just understood that it is related to arrays. Given this: What is the split method? How is it usability?
asked by 28.11.2018 / 14:45