Questions tagged as 'ionic'

1
answer

Error generating apk in the ionic framework v 1

Hello, I'm having a terrible error while trying to generate the android apk with the ionic framework, I'm not able to fix the problem, I put the cmd log in this link . Thank you in advance link     
asked by 07.12.2016 / 16:38
1
answer

IDE for development in ionic framework? [closed]

I'm looking for an IDE to develop in Ionic framework. I tried to use NetBeans but I can not install the IonicExtension plugin, here: link Reading the IonicExtension project documentation for Netbeans the developer just says to clone git and...
asked by 31.10.2015 / 03:36
0
answers

How to capture the authorization of the headers to get the token using httpclient (angular 6)

My question is as follows, I'm using httpclient, and I need to get the jwt token, but it's coming in header no authorization (as it shows in the image), I'm not able to get this token because it's not coming in payload, and yes in the header. Is...
asked by 28.12.2018 / 19:33
2
answers

Push Notification IONIC

I'm doing a Mobile project in Angular / Cordova / IONIC, but I'm in the push notification phase, since it's a separate project. I've tried a lot of tutorials on the web, even my own IONIC , but it does not work, does anyone have...
asked by 17.08.2015 / 15:18
1
answer

How does an Ionic application connect to a server?

Creating a Mobile Client / Server Calculator Create a calculator where the user enters two numbers and submits for a server to calculate The server will do the calculation and your application will show the result for the user The ser...
asked by 09.10.2018 / 20:52
1
answer

Problem installing pouchdb

I'm having trouble installing pouchdb on my computer, I do not know what else to do. C:\Users\yagos>npminstallpouchdb  [email protected]:\Users\yagos\node_modules\leveldown  prebuild-install||node-gyprebuildprebuild-installWARNinstallNopr...
asked by 21.12.2018 / 18:21
1
answer

How to transform an array of a SINGLE object?

My question is, how can I make an array that has 3 objects to become a single object? As the print below, the matrix is bringing me 3 objects, however I need to assemble a single object with the value of each array, I already researched somethin...
asked by 19.12.2018 / 19:47
1
answer

Ionic 3 !! one slide + two buttons down side by side

I want to create a slide with two buttons below. But I did get the two buttons on the bottom side side, but the slide does not work when I try to move to slide 2, 3. <ion-slides id="slide"> <ion-slide style="background-color: white...
asked by 03.10.2018 / 01:03
1
answer

Changing DateTime properties - Ionic3

I'm developing an application with ionic 3 ... And I wanted to know how to change the properties "Cancel" and "Done"     
asked by 25.09.2018 / 14:24
1
answer

How to get the name of a day of the week having the year / month / day in number

I have a calendar that returns me when I click on a date the month, year, and day. I would like to know if someone has already done some algorithm so that through this data, eg: 20/10/2018, I get the name of the day of the week. Ex: "Saturday...
asked by 20.10.2018 / 15:57