What is the recommended version of NodeJS to use with Ionic2?
Cordova has some issues with 5.x so I guess it's better to stick with Long Term Support release 4.2.x
View ArticleGlobal constant for all controllers?
Define angularjs constants and inject them into your controllers: http://twofuckingdevelopers.com/2014/06/angularjs-best-practices-001-constants/
View ArticleWe have a Profile Page edition containing ten fields with a fixed header and...
Congratulations for longest title ever
View ArticleIon-slide-box not rendering images
the issue is still not solved .. and I could not find an answer .... @mhartington @bengtler
View ArticleIonic push notification in production mode
Hey guys my problem ended up being a Provisioning Profile that wasn't hooked up. Ionic Push now gives you better error codes that should help you solve your issue.
View ArticleKeep the keyboard up and Focus on text field after submit
Hi Mik378, This one working perfect for me but there is one issue. It is showing the selection arrow at the beginning of the text filed. Please see the attached image....
View ArticleIssues with action sheet
You need to return true on destructiveButtonClicked to close, or false to keep it open. See in the bottom of this page:http://ionicframework.com/docs/api/service/$ionicActionSheet/
View ArticleRouting problems
50 038147 error Error: [$rootScope:infdig] 10 $digest() iterations reached. Aborting! Watchers fired in the last 5 iterations: []...
View ArticleRouting problems
Didn't find any solution, but I found a discussion that could help you. Take a look: gist.github.com https://gist.github.com/IgorMinar/863acd413e3925bf282c angular-ios9-uiwebview.patch.js /** *...
View ArticleIssues with action sheet
Ok thanks for this. I see now. But how come I can't see the 'cancel' button ?
View ArticleiOS Emulator, LiveReload; App Hangs
Same issue here.. Loads fine without livereload but turning -l on it hangs at the splash-screen. Also tested with older apps that has worked fine in the past (no changes since they worked with...
View ArticleiOS Emulator, LiveReload; App Hangs
pk_: ionic emulate ios -l -c -s hello, try ionic emulate ios -l -c -s --address localhost after update all (cordova, ionic etc) at latest version
View ArticleIssues with action sheet
Doesn't know yet, but since the action sheet already have a cancel button configured you can remove this line, you don't need it, see in the example of the documentation page.{ text: '<i...
View ArticleIs it "safe" to install Ionic 1 AND 2 on same system?
It' safe, I did and didn't have any problems, everything was fine and smooth with me. Give a try. BTW on ionic 2 docs they say it's safe to do that....
View ArticleiOS Emulator, LiveReload; App Hangs
That solved it! Thanks a lot for the quick response duepiudue!
View ArticleCell ID plugin
The cell ID do you mean the UUID of the device. If it is there is an apache cordova plugin for that and it's very simple to use:https://github.com/apache/cordova-plugin-device
View ArticleIon-nav-buttons isn`t vertical aligned in new Android versions
Here is my code: <ion-nav-title> <div class="title page-title" > <div class="title">title</div> </div> </ion-nav-title> <ion-nav-buttons side="left">...
View ArticleHow to use ui-router's .resolve within ionic tabs
How would I do this is the service /data/Estates.json took some query params?
View Article