Questions tagged as 'ionic'

0
answers

How do I run IONIC 3 application in the IOS emulator?

For android it worked, then I tried to use the same standard for IOS and I could not. 1 - ionic cordova platform add ios 2 - ionic cordova run ios --emulator Gave the BUILD SUCCEEDED but did not run in the emulator     
asked by 12.07.2017 / 15:50
1
answer

How to search for words in a JSON using Ionic?

I have a JSON and it is paged. When he was not paginated, when he typed anything in the search, he would search for what was printed on the screen, as in the following example: <form ng-submit="fechaTeclado()"> <div class=...
asked by 09.07.2017 / 02:43
1
answer

Command removes non-functioning ionic

I'm having trouble with navCtrl.push . The flow is as follows: Onpages1.1,1.2e1.3IcangobackandforthasmanytimesasIwantbutwhenIclickthebackbuttonIneedtoreturnonpage1.TogotothenextpageIusetheeventclickofthebuttonlikethis:(click)="quickAcc...
asked by 05.07.2017 / 20:06
0
answers

Help with installing Ionic Cordova via Terminal - Mac!

I'm trying to install Ionic to develop a mobile app and I'm following a step-by-step guide to the site: Tableless , but in the part where it is requested to execute the command npm install -g ionic cordova , the packages begin to be insta...
asked by 30.06.2017 / 18:40
1
answer

Jquery Mask not working in Ionic In App Browser

I have an input type that loads a Jquery mask. $(element).inputmask('99/9999'); Browser works perfectly, but when I navigate through the App (of IONIC that uses the "InApp Browser"), in some cell phones does not let you enter anythin...
asked by 30.06.2017 / 19:56
1
answer

ngModel does not change the Toogle of Ionic 2

I have a toogle that enables and disables a function, this already works, what does not work is the state of Toogle in the View, the toogle always stays enabled even with ngmodel = false. code below: View: <ion-toggle [(ngModel)]="Ativ...
asked by 26.06.2017 / 02:56
0
answers

How to limit the amount of items listed using Ionic and JSON?

I solved my table with 55,000 items. The result link is this one: link Now my application can not read everything. I need to limit reading. I'm not sure how. Follow my controller: .controller("promocoesCtrl", function ($scope, $r...
asked by 21.06.2017 / 15:41
0
answers

Making http post request to webservice

I'm doing a http request here for a webservice apsh , to make a request I do this: validaLogin(user: User) { var data = JSON.stringify({ email: user.email, senha: user.senha }); console.log(data); return this.http.po...
asked by 16.06.2017 / 18:52
1
answer

Search with Ionic 3

I need to search ionic 3 but I can not. <ion-searchbar [(ngModel)]="searchTerm" (ionInput)="filterItems()" placeholder="Buscar Pedido" > </ion-searchbar> filterItems(){ this.evento.loadPedido(this.searchTerm...
asked by 01.06.2017 / 20:04
1
answer

How to reduce the quality of images in upload using Cordova and Ionic 1?

Using the Cordova plugin: cordova-plugin-file cordova-plugin-file-transfer cordova-plugin-filepath cordova-plugin-camera cordova-plugin-actionsheet Together they use this code model: '// Present Actionsheet for switch beteen Camera / Libr...
asked by 26.05.2017 / 15:24