Changing button color or icon dynamically
Hi guys, Like you know you can add color to a button <button positive>Test</button> And, you can add an icon to an item `<ion-item> <icon cube item-left></icon> item 1...
View ArticleAccordion List
Hi guys. Awesome work. TY!Is there any way to use gourpBy filter in this? I want to have events grouped by date. So all events shall be the childs of the accordion with the same date. Like...
View Article'Back' button doesn't show
Same problem .please let me know if you'll find a solution .
View ArticlePackage.json: Duplicate but different entries for platforms in...
Just noticed that my platforms are twice listed in my package.json in the cordovaPlatforms fiels: { "cordovaPlatforms": [ "ios", { "platform": "ios", "version": "", "locator": "ios" } ] } Anybody...
View ArticleHide keyboard and ios9
Well I found that I didn't declare it in my controller, once I did that it worked module.controller('MyCtrl', function($scope, $cordovaKeyboard) { } http://ngcordova.com/docs/plugins/keyboard/ The...
View ArticleCamera orientation landscape problem CanvasCameraPlugin
Did you ever figure this out in the end?
View ArticleCamera orientation landscape problem CanvasCameraPlugin
no. no way for me.what about you?
View ArticleAngularjs post to PHP
I have this console error. POST http://localhost:8100/send.php 404 (Not Found) Capture.PNG817x213 11.5 KB And these is my script JS Capture.PNG809x456 47 KB And script PHP send.php Someone can help...
View ArticleAngularjs post to PHP
send.php is obviously not available on http://localhost:8100/send.php - that's what the Error message 404 - Not Found is telling you. Is this both on the same computer? Can you open...
View ArticleAngularjs post to PHP
Yes, There are in the same computer. And when I try to put the url. The script of send.php it download automatically.I can't open it in the browser. The is this POST http://localhost:8100/php/send.php...
View ArticleAngularjs post to PHP
Ah wait. 8100 is the port of ionic serve. And now I also see that the php folder is part of your ionic project. You have to put the PHP script into another folder that is served by a webserver. Ionic...
View ArticleWhat is the equivalent of "resolve" in ionic 2?
Hi, In Angular/Ionic, we could add the resolve into our route to get data before going to another view. How this is done now with Ionic 2? I would like to make sure some data is ready (http) before to...
View ArticleIonic 2 with ng-cordova
Hey @joshmorony, thanks for the answer. I'll try that. And I'll read more about cordova as then I'll have a better understanding thanks again cheers
View ArticleError when upgrading to ionic2 alpha.34
@fredgate how did you get the alpha.35 version installed? I deleted npm_modules\ionic-framework, then edit package.json, then npm install (as you mentioned above) but I keep getting the following...
View ArticleWhy does Cordova include the app name in the generated path for iOS?
Just wondering: Why does Cordova include the app name in the path that is generated for the iOS project? Is there a reason or is this just convenience that the user knows he is in the correct place?
View ArticleCannot find module 'config-chain'
After Updating my node version to 5, I am having the same issue here. Tried downgrading it to 4 and to 0.12.7, and also clean installed ionic, Still not luck in running ionic application
View ArticleNEED HELP: Live Reload Server Undefined
When I run the ionic run android --livereload command, I get a weird "Running live reload server: undefined" message. Can you please help?
View ArticleSteps to install ionic lab in centos
how to install ionic lab package downloaded from lab.ionic.io in centos
View ArticleHow to disable chrome debug mode in release build (urgent )
1.remove console plugin from cordova.2. i make release apk and sign with keystore .3. i compressed with zipalign. But chrome debug is not disabled in my app.
View ArticleIonic / firebase stuck loading forever
Do Not Remove Cordova, You may face some serious problem in future when you want to use some native library. I made some tricks which solved this issue for me. Create firebase instance just after app...
View Article