Questions tagged as 'ionic'

1
answer

Why does ngcordova share not work?

I have a mobile app and am using the ngcordova plugin, cordovaSocialSharing . But when I did as the documentation, when I click on sharing nothing happens. Controller .controller('ShareCtrl', function($ionicPlatform, $scope,...
asked by 26.09.2015 / 19:00
1
answer

How to use sessions created in php no angularjs (Ionic)?

Good evening, I am creating an app in ionic and angularjs I made login through an ajax request to php which in turn verifies and validates everything through the database, the only problem I am have and how after l...
asked by 07.09.2015 / 01:19
1
answer

Basic Auth with Ionic and AngularJS?

I'm an Android / iOS native developer and now I'm starting to study Ionic for hybrid development. I need to make a connection with a webservice that uses Basic Auth and I'm not finding how to do this, I found some examples with a lot of written...
asked by 10.11.2015 / 17:29
1
answer

How to do a search in a list of Ionic Framework Angularjs

I have an ionic application, however I need to do a search or filter on the contacts that appear on the screen but I can not and the worst that does not return any errors: My control: .controller('ContatosCtrl', function($scope, $timeout, $...
asked by 08.06.2015 / 17:07
1
answer

How to make a hybrid application for Android run in the background?

I wonder if it is possible to make a hybrid application for Android having a service running in the background where even with the application closed I can receive information from a server and notify the user. This application is developed in J...
asked by 08.05.2015 / 02:47
3
answers

Variable appearing as html - IONIC FRAMEWORK

I'm starting on Ionic, I followed this tutorial , everything However, when I go to index.html and put the variable {{firstname}}, it shows in the browser as if it were going through html, unlike it after writing {{firstname}} and not the date o...
asked by 02.04.2015 / 23:00
0
answers

Save result of a Firebase and Ionic calculation

I'm trying to save a result of a simple sum in Firebase but I can not retrieve the value and insert. Where am I going wrong? Home.html <ion-content padding class="content"> <form [formGroup]='form' class="principal"> <s...
asked by 29.12.2018 / 03:50
0
answers

Error compiling ionic android app A problem occurred configuring project ': CordovaLib'

Error compiling ionic android application with the following message: "A problem occurred configuring project ': CordovaLib'. java.lang.NullPointerException (no error message) " I've reinstalled the android platform and cordova, error conti...
asked by 04.01.2019 / 11:49
0
answers

Problem with signInWithCredential Firebase, does not open login mode

I was logged in via google-firebase running 100%. Now I was implementing the native plugin google-maps ionic 3, in the process was created another credential in the project on the google cloud platform, after the whole implementation process I c...
asked by 20.12.2018 / 11:52
1
answer

Position absolute does not work in IOS

I'm trying to align a button at the end of a ion-item My css button is: position: absolute !important; right: 0%; bottom: 0; and the result on Android is: But in% w / o%, the button simply does not appear, or appears...
asked by 19.12.2018 / 18:31