Questions tagged as 'ionic'

2
answers

How to uninstall Cordova and Ionic completely from windows

I need to uninstall Cordova and Ionic from my machine completely without leaving any references or caches so that when reinstalling I guarantee that all instances are absolutely new. I would like to know the npm command for this?     
asked by 21.07.2017 / 15:40
1
answer

how to check the internet before opening an ionic app?

I'm developing an app ionic with an iframe . At the moment the app is complete and running, but when accessing the same without internet appears an error message. I would like to put a message or a screen so that if you have internet acc...
asked by 30.08.2017 / 15:15
1
answer

AngularJS I need to create a list-divider in the middle of a list

Hello! I'm doing a project for college in Ionic using angularJS and in it I have an arraylist with several words, using the orderBy I left them in alphabetical order, but there is a problem, I have to make every time the initial letter changes a...
asked by 30.06.2017 / 03:03
1
answer

Projects created with Ionic 2 do not run

I create my projects without problems, but to the command: ionic serve , I have the following result: 0 info it worked if it ends with ok 1 verbose cli [ 'C:\Program Files\nodejs\node.exe', 1 verbose cli 'C:\Users\allan\AppData\Roaming...
asked by 03.04.2017 / 07:24
1
answer

ionic package returns: "Error: Unpublished by drifty on 2015-04-22T14: 17: 30.006Z"

When you use ionic package to generate app , it is returned:    Error: Unpublished by drifty on 2015-04-22T14: 17: 30.006Z I did not find any results on the internet that would solve this.     
asked by 15.12.2016 / 23:41
1
answer

How to increase text font with NgSatinize? [closed]

I'm not able to increase or decrease the source of my news, which has the NgSatinize attribute, does anyone know how to modify it? or another way to saturate my html?     
asked by 20.11.2016 / 18:34
1
answer

How to Filter with two conditions using Modal in Ionic

I created a modal that filters only the categories that are registered, now I would like to get the selected items in the CheckBox of this modal and filter according to the categories selected by the user, I am not sure how to do this filter:...
asked by 12.10.2016 / 22:38
1
answer

How to add or remove quantity of items in a List in Ionic

I'm trying to add and remove quantity in a list of products, as the image shows: ThisistheViewofthisscreen:<ion-viewview-title="Comprar Bebidas Adicionais" hide-nav-bar="false" > <ion-content delegate-handle="top" lazy-scroll...
asked by 05.09.2016 / 18:49
1
answer

Ionic show latitude and longitude in view

I'm not able to display my location in the view, but using console.log (long) I can see from the console my location. Where can I be going wrong? ' .controller ('GeoCtrl', function ($ scope, $ cordovaGeolocation) { var posOptions = { timeou...
asked by 13.09.2016 / 16:51
1
answer

Bring contacts from your smartphone

I've made an application to bring the device contacts. My question is the following when I bring the phone it brings me an array, with the type: mobile, value="" with the phone, how can I make a treatment to only bring the number? <ion-lis...
asked by 08.09.2016 / 20:18