Questions tagged as 'ionic'

1
answer

resource: net :: ERR_CONNECTION_REFUSED - Ionic Version 3.x

This is my first post here, and I hope you can help me. I'm new to application development and I'm starting to develop an Ionic application for my TCC, which is intended to bring news from the IFSP-VOTUPORANGA official website to the applicat...
asked by 24.08.2018 / 01:31
2
answers

I can not write data to my firebase

Error: Uncaught (in promise): Error: PERMISSION_DENIED: Permission denied Error: PERMISSION_DENIED: Permission denied My firebase configuration looks like this: service cloud.firestore { match /databases/{database}/documents { match...
asked by 27.08.2018 / 18:56
1
answer

Remove stack page in Ionic

I have the following structure Home > Page 1 My Page 1 every 10 seconds performs an http request. I realized that when I move from Page 1 to Home, I continue to make requests. I would like to know how I can remove the stack as soon as...
asked by 14.08.2018 / 14:15
1
answer

uninstall ionic projects

I've created several projects for testing on Ionic, but now I need to delete it. I've done a lot of research on this, but I have not found any solutions. Can anyone help me?     
asked by 26.06.2018 / 22:11
1
answer

Problem with images to buildar - Ionic 2

I have a project and everything is in compliance with this link: link The images are in the src / assets / img folder but when I give the build, they do not appear on the device (only in the browser when I do the ionic). Yesterday everyt...
asked by 10.08.2017 / 19:16
1
answer

IONIC ERROR: ionic cordova build android

(node:8160) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: cmd: Command failed with exit code 1 Error output: C:\Users\lusan\PhpstormProjects\pwlc\platforms\android\app\src\main\java\com\synconset\ImageFet...
asked by 22.03.2018 / 18:15
1
answer

Doubts about closing the $ ionicLoading.hide ()

My problem is this. I am getting a json from a webservice and doing insert or update in an sqlite database on the device I use $ ionicLoading.show () when clicking the button and it closes when the request with the server ends. Only due to being...
asked by 27.09.2016 / 22:17
1
answer

Messages do not appear on the screen using Angular

I'm finalizing a messaging app, however, I'm not able to make the messages appear on the screen. HTML: <div class="card" ng-repeat="mensagem in mensagens"> <div class="item item-text-wrap"> <h2>{{mensagem.usuario}} /...
asked by 18.07.2016 / 19:42
2
answers

Simple Google Maps with ionic 2

Talk to people, okay? Next, I'm developing an ionic 2 application that will need google maps. However the use is not via geolocation, it is just the presentation of the map with a pre-defined address (or long + lat). I found a lot of google m...
asked by 27.07.2016 / 21:40
1
answer

Remove white space Ionic 3

I'm trying to remove this white space from my project. Iwouldlikeittolooklikethis: <ion-contentno-padding><div[ngSwitch]="Menu" > <ion-list *ngSwitchCase="'Todosgastronomia'" > <ion-item *ngFor="let produto of produtos...
asked by 09.08.2018 / 15:22