Questions tagged as 'ionic'

0
answers

Error updating Cordova

When trying to update Cordova on my computer Node is generating the following error. D:\Desenv\tfs-soek\xampp\biltspot>npm install -g cordova npm ERR! Error: connect EACCES npm ERR! at errnoException (net.js:905:11) npm...
asked by 06.07.2015 / 21:55
0
answers

NgCordova File does not generate file

I'm using the $ cordovaFile (ngCordova) + ionic for my application and need to store a json in a local file plus I'm not able to generate the file to populate with json. controller.js app.controller ('Electric Controller', function ($ scop...
asked by 29.04.2015 / 22:46
0
answers

build erases files

Would you like to know if someone has already gone through this? when I generate the app build IONIC ionic build android It deletes any other files that are inside the / js directory other than app.js and controllers.js What do I do?   ...
asked by 23.03.2015 / 14:48
2
answers

Customize header colors for an & ionicPopup

I'm looking for a way to change the header colors of $ ionicPopup but did not find any material on the internet. The only way I found it was if I create my entire template in a separate file or insert an immense code inside the template...
asked by 20.05.2015 / 21:24
1
answer

Call ion-view in function

I'm starting in Ionic and AngularJS, I already googlei enough and I did not find anything about this simple doubt. I can navigate well between ion-view "Page1" and "Page2" using the buttons: <ion-view view-title="Page1"> &l...
asked by 15.05.2015 / 17:54
3
answers

Problem with CORS using Ionic and Lumen

I'm developing an app with Ionic and using Lumen in the backend API. I'm having problems with 'CORS', I already configured the server (both using the internal PHP server and Apache, and the same error occurs in both) creating a middleware for CO...
asked by 19.11.2017 / 15:34
2
answers

Sensitive and global ionic 3 and angular 4

I have some sensitive variables, and it would be ideal to leave all the variables in one environment, when it is necessary to change, for example from production to development, this task becomes easy. Ex: @Injectable() export class Restaur...
asked by 05.06.2017 / 21:27
2
answers

Error installing Ionic + Cordova

error messages when I try to install Ionic (npm install -g ionic cordova) can anybody help me? I'm using node 6.9. Thanks     
asked by 25.01.2017 / 23:12
3
answers

Ion-tabs with class tabs-top in iOS?

I am creating an application that uses tabs for navigation and set the tabs to the top with tabs-top . In Android works right but in iOS the tabs are behind header , how to solve this? tabs.html <ion-tabs class="tabs-icon-t...
asked by 10.01.2016 / 09:19
1
answer

How to create a function to go to another flap in IONIC?

Is there a function that allows me to go to a certain tab of an application in ionic? Assuming I have this tab organization: <ion-tabs class="tabs-icon-top tabs-positive"> <ion-tab title="Home" icon="ion-home" href="#/tab/hom...
asked by 01.09.2017 / 00:45