Where should I call $ionicHistory.clearHistory when changing state?
Hi everyone, we have an application where we have two sets of states: the states where the user is authenticated (they're all children of "site" state) and the states where the user is NOT...
View ArticleHow to create ionic modal?
HiIt's so easy! you can use the ionic popUp serviceTake a look herehttp://ionicframework.com/docs/api/service/$ionicPopup/
View ArticleHow to create ionic modal?
No that's a popup not a modal. See.. http://ionicframework.com/docs/api/service/$ionicModal/
View ArticleIonic build doesn't work after update , com.android.dex.DexException
cordova platform remove androidcordova platform add android
View ArticleHow to create ionic modal?
Look at this for code, good luck https://codepen.io/calendee/pen/oCLJF
View ArticleHow put data from http request to database and list
Post full code and I'll fix it. This is partial code, I can't see what you are trying to do. I can see many errors though.
View ArticleHow put data from http request to database and list
See my attempt to draw your attention to some errors below: $scope.chiamataUno = function() { var authdata = Base64.encode("xxx" + ":" + "xxx"); $http.defaults.headers.common["Authorization"] = "Basic...
View ArticleCss in ionic framework is broken in android 4.X
gmarziou: Please note also that Crosswalk has also some drawbacks like adding 16 MB to your app size and also it has some issues. You have another soluction for my problem ?
View ArticleCan no longer build apk for android after updating to Ionic 1.2.0, but...
I upgraded to Ionic 1.2.0 today, which was great as it fixed some irritating bugs. However since upgrading I am no longer able to run ionic build android or ionic build android --release. The weirdest...
View ArticleAllow menu drag in views with back button
I have no idea why this might be happening. Might have something to do with the Android versions or hardware performance? Maybe Ionic disables it (or cannot enable it) when a incompatible webview is...
View ArticleDatabase for my Ionic app
Firebase allows for realtime updates without having to perform http calls to check for updates, i.e. as soon as your database is updated i.e. with a new message on chat your client side will update...
View ArticleDatabase for my Ionic app
So if I'm using Firebase for my real time updates (chat) I will also need to use some other things as well such as parse.com? Do Azure also provide real time updates? Thanks again!
View ArticleIt is possible to change the package name after publishing on google play?
it is possible to change the package name after publishing on google play ? or i need delete the current app and upload other with other key ? Thanks !
View ArticleAngular trix
Hi. I found a new wysiwyg in github: trix. It even has a Angular-directive. I tried this editor to embed in my Ionic app. But it doesnt work like all other editors. This editor is of a different kind....
View ArticleHow to use ui-router's .resolve within ionic tabs
I just meant adding regular ?key1=value1&key2=value2 params. I'm good not though, Thanks for following up.
View ArticleWhat's with Google Places API and routing?
Sorry, a little new here.I am simply trying to get Google Places Autocomplete search bar in my Ionic app. When I create a blank app, it works without problem. Capture1.png858x465 When I create a new...
View ArticleNew "Select" style component
Nice job with the library. Please i have a little challenge. Whenever i update the items variable in my controller, it doesn't update the list within the modal. e.g if i add a new item, the item...
View Article