Uncaught TypeError: b.addPollFn is not a function
Sometimes when you update a bower component, you'll be asked which version of a library you need to use. It will say something like 1) angular 1.3.7 is required by ionic.js but resolved to 1.4.02)...
View ArticleProblems with text to speech
sorry, I can not implement this plugin, someone can show all the steps to succeed? for now I added the plugin to my project, and copy the code in the controllers, but nothing. I tried the app on my...
View ArticleError: [$injector:unpr] Unknown provider: $cordovaCalendarProvider
I take it you solved your issue?
View ArticleAlways Loading when emulate on IOS Simulator
Oh, I think the error is caused by the placement of the -l. Make sure its ionic run ios -l. And if you are still getting errors, remove the -l. That is a flag for livereload and sometimes you'll get...
View ArticleIonic build android
Hmmm... I wouldn't delete it right away. What I would do is first make sure your package.json file has all the packages you need. If so, then delete your node_modules folder, and try running npm...
View ArticleHTTP Post to php api returns null
Hmmm... I'm starting to feel your frustration haha. I've never used a proxy with an ionic project before, so I can't say for certain if thats causing the issue. I think it could be, so yes, try...
View ArticleWhats affecting the performance of the app ? inline css?
Definitely do the angular way, but I would remove any inline-css. I was getting some slow down/flashes when I tried changing the style inline on ion-content. Its also best practice to separate your...
View ArticleHTTP Post to php api returns null
Re, On my side I am using http and post also like this : $http({ url: 'url', method: 'post', headers: { 'Content-Type': 'application/x-www-form-urlencoded' }, data: data }).success(function (data,...
View ArticleHTTP Post to php api returns null
Hi Gensollen, nope tried that, still the same, Hi Danny, connecting to your server wont work, my data needs to be on a mysql server and hence i used this API...
View ArticleProblem with the implemention push notifications using mixpanel
I'm trying to implement an app that will use two features of the mixpanel:1. Track activity and analytics2. Work with push notifications (creating/tracking) For first task I'm using angular-mixpanel...
View ArticleUncaught TypeError: b.addPollFn is not a function
I tracked back the changes, and this error happens when I try to upgrade ionic : ionic lib update.It's really weird because before upgrading like this, I get the following : $ ionic info Your system...
View ArticleProblem with the implemention push notifications using mixpanel
Hi, First, I am using mixpanel alone, with the javascript SDK (it is working well ) But, I am not using the push system of mixpanel, nevertheless I guess you can use the cordova push plugin, and once...
View ArticleProblem with the implemention push notifications using mixpanel
Do you mean https://github.com/phonegap/phonegap-plugin-push ?
View ArticleSide menu inside a tab
Is this already successfully solved? I know about the starter demo, but I don't want to have all tab content in the index.html. I've setup a little demo with a single file for every tab but there...
View ArticleMaster - Detail with multiple tabs, how to improve?
Trying to find the proper way to do a Master - Detail kind of application, basically you select an item in a list and it shows the details, but the details is actually tabbed so for the details you...
View ArticleAndroid hardware back button and the native date picker
Hey, So i'm having an issue with the android hardware back button. I have a simple input field for selecting a date. <label class="item item-input"> <span...
View Article$state.go() is not working on IOS devices
iOS 9 has introduced regressions, an angular patch is required unless you use angular 1.4.6 or later which has included the patch.So upgrade Angular to 1.4.7 in your bower.json.
View ArticleSave ,retrieve and upload data to a remote server
Hello all,Many thanks for all your tutorials that have greatly helped and helping us in so many ways.Please, i have problem at hands to solve though i'm a newbie in angular/ionic. 1) I have a form...
View ArticleSave ,retrieve and upload data to a remote server
Follow this tutorial for writing the LocalStorageService: http://learn.ionicframework.com/formulas/localstorage/ Once you have the localstorage service, you can set the data you need (user's info)....
View Article