Camera plugin not working
Hello I have a problem with my simple camera integration. getting console error like this -> Unkown provider : $cordovaCamera here's my js.app code : angular.module('starter', ['ionic'])...
View ArticleBattery optimization
I think its very hard to optimize battery with the help of cordova plugin , Native application development much easy to do that. I think some battery optimization techniques used my software like -...
View Article[Urgent] tab menu and side menu together in ionic
I'm newbie to ionic and angular and building mobile apps with tab menu and side menu together. My Scenario, My apps design based on side menu previously and using state.go to change each UI page, and...
View ArticleNative View Transition Animations
Did your '$ionicView.afterEnter' method works? I tried and found that the problem wasn't resolved with this method especially if you test it on low end handphone. The same page will animate in, only...
View ArticleHelp me please!
i do it on my phone. Is a zte blade 3 with 4.0.4 version of my android device
View ArticleOpen a website link upon clicking on push notification in Android Phone
Hello , Actually our mobile application is not completed it have login screen , so upon login successfully we send device toke to server . So we want that when we send push notification it opens the...
View ArticleBest way to implement Google maps (and Places library) in Ionic
hi @sakotturithanks for your advance. I created an open issue: https://github.com/skotturi/places-demo/issues/2 Please help me check this issue. Thanks,quyennv
View ArticleHow to get contains of specific id from json by clicking on the list
controller.js .controller('FeedCtrl', function($scope, $http) { var path = 'data/data.json'; var conditions = $http.get(path).then(function(resp) { //...
View ArticleAndroid? Using MP3 and MP4? If Yes - Implement white-list NOW!
This is as nasty as bugs get. You can expect more changes in the white-list protocol, plugin and CSP. Save yourself some work and headache. Learn about white-listing NOW, because your going to change...
View ArticlePass form variables to new view
I'm very new to ionic/angular and trying to post multiple radio selections to a new view and display their values. Here's the gist of what I want to do. Let's say I have two groups of radio buttons Q1...
View ArticlePress and hold to save image
Is it possible to perform a on-hold on a image inside of the app to prompt an action sheet that gives you the option of storing the image in the phones gallery? Thanks in advance
View ArticleError when doing ionic run android or emulate
Hi, I am also getting the same error.Till last night 'ionic run android' command was working fine and today morning when i compile, i am getting the same above mentioned error.Please help me. I am...
View ArticleError running gulp sass
thanks! this works! But after i've solved css issue with sudo ionic setup sass for two times, the first has not completed to start sass
View ArticleHow can I make a Simple Quiz App In Ionic?
I want to sleep. And also I am not like you. I was like you earlier. Now I am not like you and I am not high, if you are thinking like that.
View Article$cordovaDevice plugin not working in Ionic View App
I am facing the same problem and is driving me nuts! Did someone solve this?
View ArticleIon-option-button in list, toggle by icon click instead of swipe?
Hey guys, I needed a way to delete input list items so I mashed a few Codepens together to make this one. http://codepen.io/tpalmer75/pen/wKJJRZ?editors=010 Also I don't know how to embed a Codepen in...
View ArticleScreen lock/unlock detection in Ionic
My question, is there a way for a ionic app to detect whether the device screen is locked/unlocked? I do know the app can detect when it becomes 'paused' and is running in the background but this is...
View ArticleRefused to execute script in controller files
I started develope this Ionic application from the "Ionic starter" template. It has only one controller file "controllers.js". But when i split the "controllers.js" file into many controller files....
View ArticleNew "Select" style component
See my new directive to select multiple options! http://codepen.io/jdnichollsc/pen/qOrqqK?editors=001 Happy Coding Regards, Nicholls
View Article