Questions tagged as 'ionic'

1
answer

How to visually map an Ionic app?

All good? I would like to know if there is any tool that draws the routes of an app? I wanted something like: App screens with route and controllers. My project is so big that I need a map ... does it exist? Or should I do it manual...
asked by 03.04.2017 / 02:10
1
answer

How to clean a service at the end of its use Ionic / AngularJs

I have a service that looks like this: angular.module('nhaac.services', []) .factory('sharedCartService', ['$ionicPopup',function($ionicPopup){ // OKAY, MAS ONDE ELE ESTÁ PEGANDO? // DECLARA AS VARIÁVEIS var cartObj = {};...
asked by 29.03.2017 / 21:20
1
answer

Error invoking function in the onclick Ionic

I have a menu with several items, each item has a% ex_%: <ion-side-menus> <ion-side-menu-content text-align="center"> <ion-nav-bar class="bar-calm" aling-title="left"> <ion-nav-back-button> </ion-n...
asked by 09.03.2017 / 00:02
2
answers

How to change CSS in Ionic 1

Good afternoon, I'm trying to put css on Ionic, some things worked and some did not. I studied a bit of css with this booklet , I tried to apply background colors in ion-list of menu.html , but it did not work, the only thing I cou...
asked by 30.03.2017 / 22:31
1
answer

How to Filter by Category via Modal checkbox using Ionic / Angularjs?

EDITED FOR BETTER EXPLANATION I have 3 types of filters: A search: <div class="bar bar-subheader bar-assertive"> <label class="item-input-wrapper textbox-search"> <i class="icon ion-search placehold...
asked by 13.03.2017 / 15:29
1
answer

Page does not load elements when updating in Ionic 2

Well I have a side menu app where the first page is home, and it loads elements as soon as the user enters the app. I'm using Ionic 2 and the communication is being done via socket. One detail is that the elements do not load when I update, but...
asked by 19.01.2017 / 01:08
1
answer

Notification of "app is running in background"

I have successfully developed an application on Ionic, but when it is in the background I see an "App is running in background" notification message. How do I remove this message / notification?     
asked by 15.02.2017 / 02:20
1
answer

Error: Uncaught ionic 2

I have following: let loader = this.loadingCtrl.create({ dismissOnPageChange: true, }); loader.present().then(authData => { let alert = this.alertCtrl.create({ title: '', message: 'Cad...
asked by 12.01.2017 / 21:22
0
answers

WebView component in Ionic?

Is there any component or plugin of Ionic that resembles WebView of Android ? You need to load a web page in the application.     
asked by 31.01.2017 / 19:26
0
answers

SQLite: unable to open database

Application using ionic / cordova (SQLite). I'm using the $ cordovaSQLite plugin inside the app. When I give a save, I modify something in the project, the simulation in the brownser (GoogleChrome) is extremely slow to load and when it loads...
asked by 09.12.2016 / 17:20