Running service in background when app is not active , is it possible?
How to run a service in background ? i want to run a service in background to track user location and send Notifications ! Any plugins available ?
View ArticleRunning service in background when app is not active , is it possible?
I think this will be helpfull.http://ngcordova.com/docs/plugins/backgroundGeolocation/. I never checked but i come across this. Please check and if it works please reply back.
View ArticleRunning service in background when app is not active , is it possible?
I came accross that one ...!! but free version is only available for ios i guess !! and premium version is costly...!! i needed some free alternative or atleast a way to run native code through...
View ArticleRunning service in background when app is not active , is it possible?
check this one. This one is free https://www.npmjs.com/package/cordova-plugin-mauron85-background-geolocation
View ArticleRunning service in background when app is not active , is it possible?
thanks i will try this !! but its still a fork of christocracy one with the paid version ! i am not sure..!! I will try this...
View ArticleNativePageTransitions
I'm trying to change PageTransitions animation but i'm getting 2 animations at the same time : the original one and the new one using plugin. Inside my controller : $scope.$on('$ionicView.enter',...
View ArticleNativePageTransitions
Did you add this in .config : $ionicConfigProvider.views.transition('none'); ?
View Article$ionicPopup close is not working
Thank you @bengtler. I've tried that approach too. It gives the same error as the above example. I'm using the ionic framework version - driftyco/ionic-bower#1.0.0 Let me know if it helps out. Thanks...
View ArticleBuild variants for Ionic apps
What is the way to achieve build variants (like gradle flavors) with Ionic? In my case I would like to use the same code base to build several apps with small differences such as colors, JSON urls,...
View Article$ionicPopup close is not working
@YayO, Thanks for responding. I'm trying to close a popup on onPause event. But I realized the close function do not work from same controller too. Please share your views. Thank you.
View ArticleDisplay Application name within app
I've been searching for a way to get the application name to display within the app rather than hardcoding the name in the html. One idea I had was to parse the config.xml and get the name from there....
View ArticleRunning service in background when app is not active , is it possible?
Thanks For liking.Is it working??
View ArticleVariable value not updating in view when changing it in $scope
I've the following simple app using Ionic 1.1 and angularJS 1.4 http://codepen.io/thurft/pen/zvzLqp It scrolls a list of items in an ion-scroll and then attempts to change the highlight class when the...
View ArticleСyryllic alphabet support
The solution is to save files in Unicode UTF-8 to filesystem. Thanks @gmarziou
View ArticleConfig.xml preference - NSAppTransportSecurity
Or you could use a plugin for this: https://github.com/leecrossley/cordova-plugin-transport-security
View ArticleCFNetwork SSLHandshake failed (-9824)
Not all SSL connections are the same. In OSX 10.11 you can run /usr/bin/nscurl --ats-diagnostics [--verbose] URLto test the connection to your server to diagnose.
View Article'Unexpected token
Having a weird issue with every charting library I'm trying. Chrome keeps spitting out the error "Uncaught SyntaxError: Unexpected token <". I have the meta tag in my index.html file. Can't seem to...
View ArticleConcat & minify problem
For anyone else trying to do this, the issue I was running into using that tutorial was the fact that gulp is asynchronous. Meaning the first time my tasks ran via my hook there were no files there to...
View ArticleWinver="Windows 10", but ionic info="OS: Windows 8.1"
Total noob here, please be gentle. I'm running Windows 10: ...but 'ionic info' is indicating 8.1: ionic info Cordova CLI: 5.3.3 Gulp version: CLI version 3.9.0 Gulp local: Ionic CLI Version: 1.7.0...
View Article