Questions tagged as 'ionic'

1
answer

Android Target and Android SDK not found or installed ... but everything is installed, how to solve?

I had to format my PC, Windows, and installed everything again: Java, Git, Python, Android Studio, Node, Ionic 3, Cordova, everything. And it was running before normal. Now I have this error, not being able to run my application Ionic 3 with...
asked by 07.08.2018 / 19:55
2
answers

ion-input only delimited numbers ionic3

Good morning, I'm new to ionic, I did a search for the site but I did not find an answer to my question. See if you can help me: I want to delimit a data entry with numbers only. The maxlength attribute does not work in type type only in t...
asked by 05.07.2018 / 15:56
1
answer

Tab does not change when page mute

I'm on a page and when I click on a button I call an event, I want it to call another screen, they are calling but the tabs are not changing, it's still the same as the button. Code that I'm using to call the page. this.navCtrl.setPag...
asked by 12.07.2018 / 16:51
1
answer

Problems adding side menu to project already started

I'm starting with Ionic , I have a question. I created a blank ionic start project blank project, and I was able to create the main screen of my application, just a LOGO with "ENTER" button to enter the app, but I would add in the page ENT...
asked by 15.06.2018 / 16:07
1
answer

Align ion-navbar elements - Ionic

Hello, I want to do the alignment of 3 elements (IONIC) inside an ion-navbar but I do not know how to position the elements correctly, could anyone help me? Below is the code snippet along with the image, I want to put one element in front of the...
asked by 16.06.2018 / 12:56
1
answer

ionic 3 - AdMob is experiencing an error while placing it in APP

When I put AdMob in my ionic application it looks like the picture below: What would be the mistake to not be showing ads? Code I use: displayBanner() { if (this.platform.is('cordova')) { const bannerConfig: AdMobFreeBannerConfig = {...
asked by 24.02.2018 / 14:18
1
answer

Error: EPERM: operation not permitted, rename

I tried to run the ionic run android and I have the following error: I have already released all access permissions with the user. C:\Users\Casa\AppData\Roaming\npm\node_modules\cordova\node_modules\q\q.js:126 throw e;...
asked by 21.02.2018 / 02:49
1
answer

Chart.js does not appear on Android

App developed in Ionic. cli packages: (/usr/lib/node_modules) @ionic/cli-utils : 1.19.1 ionic (Ionic CLI) : 3.19.1 global packages: cordova (Cordova CLI) : 7.1.0 local packages: @ionic/app-scripts : 3.1.4 Cordova Plat...
asked by 24.01.2018 / 18:25
1
answer

How to navigate the ionic tabs

Hello! I created the tabs in my ionic html and I want when I click open the target page, the right tabs appear but when clicking only changes the icons to active and not the page, my code is like this no home.html <ion-footer> <ion-t...
asked by 10.01.2018 / 14:11
1
answer

Ionic Authentication

I would like some help, as I have been trying to figure out a way to do this for days, but I still can not quite understand how to do it. I have an ionic application, where access happens through a login that gives me an access token that exp...
asked by 19.01.2018 / 16:16