Questions tagged as 'ionic'

1
answer

Call IONIC USSD number

I am trying to call a USSD number from my application IONIC , here is the code I am using: <ion-item nav-clear menu-close href="tel:*000#">IOD</ion-item> But it appears on the cell phone dialer only the number *000 ign...
asked by 09.11.2016 / 19:52
1
answer

Ionic audio capture

I made an app that captures audio by the native recorder of the cell phone, now I needed to get these stockings, how can I get the phone media? I made the following controller to capture .controller('CapturaAudio', function ($scope, $cordov...
asked by 13.09.2016 / 19:50
1
answer

Version app in Cordova

I have an application made with Ionic + Cordova and I would like to start versioning it for better control and start distributing, but I forget to change the version manually to each build besides not being practical at all. Does anyone know an...
asked by 12.08.2016 / 13:22
1
answer

Geo-location on Ionic np Android cause error: Only secure origins are allowed (see: https://goo.gl/Y0ZkNV)

I'm using the plugin: link link Within the project I created a simple example: home.html My Location home.ts //Chamado por um botão start() { this.geolocation.getCurrentPosition(opts).then((resp: any) => {...
asked by 10.12.2018 / 20:17
2
answers

Random image background with AngularJS

I'm using AngularJS with Ionic to make an application. On a particular screen, I need to display a random image. I've tried a lot here and on the internet a way to do this, but I only managed with normal JS, without being in Angular and I have s...
asked by 20.01.2017 / 17:53
0
answers

How to change the color of the Ion-item Input and the Android Bar?

How do I change "blue" when I click on the input for the color I want in the ion-input? I just managed to change the color of the placeholder with: *::-webkit-input-placeholder { color: rgb(255,255,255) !important; } How do I change the c...
asked by 08.01.2017 / 01:32
1
answer

Put local Json in external Json $ http Angular / Ionic

I want to pull this Json data from the Service via an external Json via $ http. I found several examples plus they are not returning result for me. .service('ProdutosService', function($q) { return { produtos: [ { "nomeProd": "nomeprod...
asked by 22.02.2016 / 12:24
1
answer

Facebook login with Ionic / AngularJS?

I'm trying to login from facebook with Ionic / AngularJS. Whenever I try to login, I get this error:    Object {errorMessage: "User canceled dialog", errorCode: "4201"} I'm following this example: Login Facebook with Ionic How do...
asked by 01.12.2015 / 11:37
0
answers

Saving data in local bank with ionic [closed]

Is it possible to save data to a local database on my computer by running the app on my mobile phone? For example, I created an app on ionic, where I register names, and when saving, I want it to save to my local computer bank, using php, of cou...
asked by 01.12.2015 / 00:01
2
answers

Multiple Views with AngularJS and Ionic

I'm trying to add some states in my code to navigate between them, but I can not, the only ones that work are the views that come from the sidebar. Here is the code: app.js: .config(function($stateProvider, $urlRouterProvider) { $sta...
asked by 12.08.2015 / 20:10