Questions tagged as 'ionic3'

0
answers

Headers Cakephp 3 with Ionic 3

Update: Trying to debug a bit more I found this return as print below. But I followed the steps of the documentation of the plugin git itself. Anyone who can help from now on thanks. **CAKEPHPCode3**<?php/** *CakePHP(tm):RapidDevelopmen...
asked by 10.04.2018 / 03:06
1
answer

Error compiling Ionic 3 with Cordova: cordova \ node_modules \ cordova-common \ src \ superspawn.js: 169: 23

On Ionic 3 with CORD when I give the command: ionic cordova run android --emulate Give the following message: BUILD FAILED in 3s at ChildProcess.whenDone (C:\wellfitapp\platforms\android\cordova\node_modules\cordova-common\src\supers...
asked by 05.04.2018 / 18:02
0
answers

Ionic 3 push notification with firebase

I can not send a push notification with Firebase on Ionic 3. I have re-done the project several times, I have seen several tutorials, I have documentation, and no results so far. Who can at least look at my code to find out what's wrong? CON...
asked by 18.06.2018 / 05:59
0
answers

How to change the background color of push notification with Ionic 3

How do I change the background color of push notification? I'm using Ionic 3 Cordova 7 and One Signal. Inthisexample,noticethatthewhatsappbackgroundcolorisgreen,theemailcolorisred.Iwouldliketochangethecolorofmyappfromgraytoblack.Inconfig.xml...
asked by 10.04.2018 / 15:50
1
answer

Ionic 3 consuming api after build

Next I have an api running already, and I can do the requests quietly by using ionic chrome extension allow access-control-allow-origin , and I have all the right answers, but when I gave build in my project by xcode , and I tried I...
asked by 06.04.2018 / 20:38
1
answer

No ionic-lab error

I am making an app, but when I use ionic-lab or I access the ionic-lab by the browser it exits an error message and for the server, I have already looked for a lot of the internet, a href="https://i.stack.imgur.com/eG5S5.png">     
asked by 29.03.2018 / 17:06
1
answer

Keep the cache of a JSON query on IONIC 3

Hello, I have an App that consumes JSON and lists the data, so far so good. My difficulty is in keeping this data for offline access. I want to consult after you're offline. Q: I have been testing with Service Worker, it works perfectly but i...
asked by 09.04.2018 / 00:38
0
answers

ionic 3 item select background color

Whenever I select the item it becomes all yellow and I can not see which one was selected, it would be possible to change this yellow background to some other color <ion-item> <ion-select style="background-color: #fff"[(ngM...
asked by 27.03.2018 / 21:22
0
answers

Correct way to pass headers to the HttpHeaders Object

I'm trying to figure out how to pass headers correctly when instantiating a HttpHeaders object in Angular 5 . I have the following code: postApi(body: any, route: string) { return new Promise((resolve, reject) => {...
asked by 25.03.2018 / 01:49
2
answers

Angular 5 + Ionic 3: I can not send headers in API requests

I am consuming an API through a post method and need to send in the Authorization header. I'm doing the following: public post(resource, body, authorization = false): Observable<any> { const headers = new HttpHeaders(); headers....
asked by 22.03.2018 / 14:41