Questions tagged as 'ionic2'

1
answer

How to navigate between pages using buttons with ionic?

I'm trying to understand how navigations between pages with ionic2 work. I want that by clicking the button below it redirects me to HomePage , how can I do this? Button in menu.html <button ion-button color="light">Butto...
asked by 17.08.2018 / 20:46
1
answer

Upgrading from IONIC 1 to 3: How to log in to JSON?

I'm migrating from Ionic 1 to 3, and how many changes. I created my login API, with a token: HereIputmyauthorizationcodeforaccessingtheAPI.AndheretheresultinJSON: ion-contentpaddingid="page8" style="background-color:#050505;"> <...
asked by 15.06.2018 / 14:05
1
answer

Changes to Apple's business rules

Good morning. This week I've been reading about some changes to Apple's business rules for 2018, where apps that work with the white label template will no longer be supported. I was reading about what a white label model would be, but I could n...
asked by 12.01.2018 / 11:42
1
answer

Problem trying to publish multiple APKs to the Google Play Store

Good morning everyone. I developed an application with Ionic using the crosswalk plugin. When compiling, two .apk files are generated, one for arm7 architecture and one for x86 architecture. Until then, everything ok. I tested both apks on co...
asked by 18.10.2017 / 15:03
1
answer

How to display loading in multiple requests with Ionic 3 and Angular 4

How can I display a loading on the screen, during the request time of 2 or more requestses with Ionic 3 and / or Angular 4? I have tried to make the loading of the two requests, but whenever the fastest request ends, it hides the loading, wit...
asked by 28.09.2017 / 21:17
1
answer

Center div content in AlertController

I have the following code below let alert = this.alertCtrl.create({ message: '<div><img height="50" src="assets/imgs/success.png"></div><div>' + '<p>Cadastrado com sucesso!!!</p>' + '</div>',...
asked by 05.12.2017 / 17:15
1
answer

Property forChild does not exist on type typeof IonicModule Ionic 2

I've created a new ionic project 2: ionic start myApp blank --V2 Until then, only when I create a new page: ionic g page login It is giving the following error below: Typescript Error Property 'forChild' does not exist on type 'type...
asked by 14.04.2017 / 05:00
1
answer

Difficulty with text alignment on the Ionic 2 button

I started my studies with Ionic 2 these days and I can not align the text of the Ionic buttons to the right or left, it is only in the center. 1 - I tried to use the markings reported in the Ionic Doc (text-left, text-right), I did not succee...
asked by 23.04.2017 / 03:03
1
answer

How do I increment days to a date on Ionic 2

I do not have much experience with dates in Javascript, so little with the mentioned frameworks: For now, I was able to display the current date on the front end using the following syntax: this.myDate = new Date().toISOString(); How can I...
asked by 30.04.2017 / 22:30
1
answer

Sum of select values entered in the input

I'm giving a practiced ionic 2, I'm building a basic app for this, with some interesting functions to study. I want the user to select two "ion-options" from two different ion-selects, these results (in numbers) are summed and shown in the "i...
asked by 11.05.2017 / 21:48