Ionic Routing
is there a way to put my code here when posting, if not can you redirect me to a forum other than stack overflow where I can post my questions with my code snippets for ionic
View ArticleHow to open default map app?
In addition to the answers given, if you had an address string rather than lat-longs, you would use for iOS: function launchDirections(address) { window.location.href = "maps://maps.apple.com/?daddr="...
View ArticleIonic CLI templates: Why is ionic-bower a 'devDependency' in bower.json?
I am also confused. Did you find any answer?The only way it makes sense is if we check in all the packages which has been installed by bower. Maybe that's why bower itself is a devDependency in npm...
View ArticleHas anyone placed a Button inline with Tabs
I am thinking about placing a button with maybe a drop down menu right next to my apps other tabs but am not completely sure. Is anyone here experienced in doing something like this before?
View ArticleHow to get gmail contacts with our IONIC App
I am also looking for this for now I have used cordova-plugin-googleplus to get the Access Token and email id after that I invoked an Ajax call to this...
View ArticleRadio button bug: All options get selected with radiogroup
Have you tried the Ionic 2 doc example? Also, it seems there still a little bug to resolve. See here By the way, how did you do the bottom tool bar? I like the way it is displayed.
View ArticleChanging button color or icon dynamically
I just want to add something about <icon>. You can do what the doc is suggesting and it is working just fine <icon [name]="newIcon"> Here
View ArticlePage Reload
$route.reload is for angularjs router, ionic uses ui-router which is different, the equivalent should be: $state.go($state.current, {}, {reload: true});
View ArticleAngular 2 - DatePipe fails in Ionic View App
Hi @benedictchan, It is not related to your question, but have you installed ionic-platform-web-client to your Ionic 2 app before doing ionic upload?
View ArticleShowPager with the new ion-slides
Hi there, I want to be able to hide the pagination with the new ion-slides but I tried a lot and I did not succeed . If anyone can help, Thanking you in advance ! Thibaut
View ArticleRadio button bug: All options get selected with radiogroup
I have used the Ionic 2 doc example yes. Seems to working just fine in the docs, but when I try to use in my app I get the bug descriped. FYI => I've tried the basic usage example and the example...
View ArticleAccess $ionicPlatform inside controller
I want to change Ionic configuration (the "back" button text).I can do it inside config function, but I am using angular translate so I need to make it dynamically... Any suggestions?
View ArticleIonic 2 alpha.45 sidemenu broken
For those who are developing and can't wait for the next version: If you're using chrome developer tools just switch the device to any Apple device, since this bug doesn't seem to affect iOS. Works...
View ArticleI can't get my data using $stateParams
Hi there!! I have a problem to view my selected Task in ionic but in my web app it works perfectly because i have list of task in the right and when i clicked specific task it display the selected...
View ArticleIonic-modal-select
hi @ekhmoi !glad you like the project. Your problem should be solved in the last version you can find on github (master branch). Still not on bower, sorry (will fix it next week) This is the relevant...
View ArticleWas it wrong to invest in ionic 1.0
So not let down too much. Our team is also preparing to launch an mobile app which is expected to release second quarter of 2016. We just started to learn Ionic 1 a month ago, and really enjoyed it....
View ArticlePush notifications with Ionic2
Hi All! I decided to play a bit with ionic2 push notifications and started from this document: http://ionicframework.com/docs/v2/platform/push-notifications/.Following the "Push Notification docs" the...
View ArticleNEED HELP: Live Reload Server Undefined
I have the same problem. I downgraded to 1.7.9 but still get the same error. Bildschirmfoto 2016-01-01 um 18.16.25.png711x255 50.5 KB any other suggestions? RegardsEminiarts
View ArticleSqlite integration query issue
Hey everyone, I am trying to use the SQLite cordova plugin on my Ionic 2 app. My code looks like this : this.platform.ready().then(() => { let options = { name : "my_db" }; this.storage = new...
View ArticleSqlite integration query issue
I have the same code as yours and it is working. I copied/pasted your code in mine and it is working. I am not an expert, but do you have other code that "insert" or "update" or "delete" things from...
View Article