Questions tagged as 'ionic'

1
answer

How to check if an ionicModal is open?

Hello, How to tell if an ionicModal is open? I need to check if an ionicModal is open, if it needs to close it so it does not open two ionicModal at the same time     
asked by 26.07.2017 / 18:40
1
answer

Error in adb.exe when running "ionic cordova run android --device"

I'm trying to run my app on my phone and it gives this error: Until yesterday it was working and had already tested on the cell phone several times. When I updated the ionic it started to appear this adb.exe message. I have everythin...
asked by 14.07.2017 / 15:17
1
answer

Upgrade version of Ionic

I have projects in Ionic 1.x, and I will start a new project, however, I would like to update Ionic to its latest (stable) version. My question is about compatibility, that is, I need to know if I'm going to have problems building "builds" wi...
asked by 26.07.2017 / 22:10
1
answer

Call php server side with Ionic and AngularJS

Hello everyone. I have this doubt of the title that I still can not heal. I've looked for several shapes and even the conventional angular shape:    $ http.post () or $ http.get () But I return this error:    Response to preflight requ...
asked by 11.06.2017 / 16:52
2
answers

Push ionic screens 3

I'm using this command this.navCtrl.push('HomePage'); to navigate between pages in ionic 3 but I need to make it not appear like this: Icannotgivetheguythechancetogobacktothenextscreen.InfactwhatIneedisaif()iftheuserisalreadylo...
asked by 19.06.2017 / 15:24
1
answer

Take scroll bar on ionic 3

I'm having trouble getting the scroll bar on ionic 3 appearing on all versions (ios, android, windows phone) What should I do?     
asked by 06.06.2017 / 20:38
1
answer

Doubt with API access - using Angular - typescript

I set up a website to study a store WooCommerce, I activated the api and generated the keys. In the root of the site I added in the .htaccess, is it in the correct place?: # Permite acesso ao pacote Font Awesome <FilesMatch ".(ttf|otf|wo...
asked by 08.05.2017 / 18:58
1
answer

Ionic - request api php

Personal I'm trying to make a request go post in an api php, it returns me undefined. My provider: import { Injectable } from '@angular/core'; import { Http } from '@angular/http'; import 'rxjs/add/operator/map'; /* Generated class for the P...
asked by 25.05.2017 / 22:49
1
answer

How not to allow the BackButton using Ionic, when there is a condition?

How can I hide (and / or change the direction of the BackButton) when I have a condition in the View? I'm trying this way: if (window.localStorage.getItem("fonecedor_carrinho") != '0' && window.localStorage.getItem("fonecedor_carrin...
asked by 07.04.2017 / 15:56
1
answer

Accentuation problem in array generation with AngularJs [duplicate]

I'm having trouble printing the user's payment methods, they're being stored in my LocalStorage with the wrong accent: //PEGA$scope.formaspag(array2nolocalstorage)ECOMPARACOMOSCÓDIGOSDEFORNECEDORES_CONFIGURA_FRETEEIMPRIMENATELA$scope.array...
asked by 24.03.2017 / 14:28