Questions tagged as 'ionic'

2
answers

Numeric keypad no input type="Text", ionic cordova

I have a field for cpf in my app, so when the user is to populate cpf, the device should show only the numeric keypad. But if I change the <input type="text"> to <input type="number"> , the numeric keypad appears, but it...
asked by 04.04.2018 / 22:39
1
answer

React Native and hybrid? [closed]

I wanted to know if react native and really hybrid, like ionic, that you program a code only and do export to both platforms (IOS / ANDROID), or similar to xamarin, that you do the 2 different codes. In project development I program as "only...
asked by 25.06.2018 / 20:06
1
answer

How do I send push notifications to a specific user (from the application) through Firebase?

I'm developing applications using the Ionic framework. One of the biggest questions I have is how do I work as remote notifications (other than local notifications, easily generated by Ionic). Using Firebase, I was able to generate remote not...
asked by 05.03.2018 / 20:41
2
answers

How do I change the color of the iontabs?

I would change the color of the ion tab, I could change the color of the icons and the text, but the tab itself can not modify, I am very beginner in IONIC 3. I will show the code until then. > home-delivery.html <ion-tabs selectedIndex="...
asked by 07.01.2018 / 21:32
1
answer

How to inject a dependency of a service itself, in a certain syntax?

Imagine a traditional service injection in an angular applicationJS <!DOCTYPE html> <html> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.4/angular.min.js"></script><body><divng-app="meuAp...
asked by 30.08.2017 / 21:31
1
answer

Firebase Cloud Messaging with $ cordovaPush, how to work for iPhone too?

I am emulating my application by Intel XDK for IOS. I use it, by working with Windows and it emulates and gives the error messages very well. The first error is that when the user logs in, he takes the senderID from Cloud Messaging and regist...
asked by 14.08.2017 / 16:30
2
answers

$ injector: unpr Unknown provider

I'm trying to create a service in ionic 1 but I'm getting the following error    Error: [$ injector: unpr] Unknown provider: heartTeamSrvcProvider
asked by 24.08.2017 / 16:30
1
answer

Implementing recaptcha in an Ionic app

I tried to use all the plugins that I found of verification (captcha) within my application. I'm using the Ionic framework. I would like to know if there is a plugin that works inside the html code in that case. Some of which I tried to imple...
asked by 13.07.2017 / 20:07
1
answer

Environment Variable ANDROID_HOME Linux [duplicate]

I'm having trouble with the ANDROID_HOME environment variable, whenever I try to run the command to run an app on the emulator (or connected cell phone), this error message appears Error: Failed to find 'ANDROID_HOME' environment variable. T...
asked by 05.06.2017 / 14:31
2
answers

Accent error with xmlhttp.open (or in PHP) using AngujarJs / Ionic [duplicate]

I'm having problems with accentuation in sending form data to the database, it gets the wrong accent, type = No = No. How could you solve this problem? Here are my codes: My Controller: // ENVIAR DADOS $scope.confi...
asked by 25.03.2017 / 03:25