Questions tagged as 'ionic'

0
answers

How to use the tabs-bottom on ionic V1

I'm developing an application in ionic v1 but I'm not able to put the tabs in the botton on android, by default ios it already comes out in the bottom. Follow my code and a sample image. <ion-viewid="page1"> <ion-tabs class="tabs...
asked by 04.06.2018 / 02:01
0
answers

How do you change only one array element of an object in firebase using ionic?

I have the following data structure { "carro" : { "-LDqO3v1IBcV2CC7MRhi" : { "donos" : [ { "key" : "-LDO7wjhNgyjGhjJ1_G4", "nome" : "wagner" } ], "modelo" : "ford ka" }, "-LDqO7G8d6HmZFVi3NKb" :...
asked by 31.05.2018 / 15:38
0
answers

How to create routes in an ionic application using google maps?

I'm developing an ionic application that has the following functionality ... Take the user's current location and the location of an item in the list (Let's say it's a mall) and create a route between the user and the mall. I have no idea how...
asked by 31.05.2018 / 06:05
2
answers

How to pass values created by ngFor as function parameter Ionic 3 + Angular + Firebase?

It's my first time asking in the forum so if I'm doing something wrong please correct me. I have the following excerpt from my HTML page: Request: <ion-list *ngFor = "let p of produtos | async"> <ion-input type = "text" [...
asked by 31.05.2018 / 08:21
0
answers

Ionic 3 Scrolling

I'm having scrolling problems on all screens after the login page with facebook is opened using IONIC 3 and "cordova-plugin-facebook4" Follow the image before login and after opening the facebook screen: How can you notice this appearing a...
asked by 05.06.2018 / 18:29
0
answers

Ionic 3 + laravel. Problem with http request on server

Edit: Solution 000webhost does not accept ' options ' requests in your free plan. I was able to solve the problem by making the laravel available in local network with the function php artisan serve --host=IP --port=8000 I'm dev...
asked by 29.05.2018 / 05:30
0
answers

Error: Uncaught TypeError: Object (...) is not a function

I'm developing an application using Cordova + Ionic + Angular, however I have the following problem. Suddenly I started giving the following error in Chrome:   Uncaught TypeError: Object (...) is not a function       at Object. (ngx-echarts.j...
asked by 28.05.2018 / 14:51
0
answers

Ionic - error (undefined) Area name

Every time you run this line this.toast.create({message: 'Você errou, a area correta é ${this.processo.NOME_AREA}',duration: 3000,position: 'top'}).present(); The value of the area is appearing as undefined My component: import...
asked by 25.05.2018 / 23:43
0
answers

Keyboard of the Iphone opening when it has an input in the app

Hello, I'm developing an app, testing on android OK, but when I went to test on the iphone (Iphone6), when the screen has a testo input, it automatically opens the keyboard, that in android does not happen. Has anyone ever gone through this...
asked by 25.05.2018 / 21:42
0
answers

Scroll Ionic 3 ios

I'm having trouble with this scroll, creating a black image at the bottom of the page. When dragging it up it appears, when it drags down the black image some.     
asked by 01.06.2018 / 13:45