Ion-tabs tabs-top on iOS?
I have an app that contain ion-tabs on top. It works fine on Android but with iOS the tabs are behind of header. How could I solve this ? ion-tabs <ion-tabs class="tabs-icon-top tabs-top...
View ArticleSlides generated with ng-repeat causing issues (slide-box)
Have you tried removing $scope.topstories = [];
View ArticleRender HTML tags in template
Hi, Try this: <span class="large" ng-bind-html="item.TextWithHtmlTags"></span> it works for me. Check here for more info: http://www.w3schools.com/angular/ng_ng-bind-html.asp Happy...
View ArticleLogin database
I'm trying to authenticate the User in php but I am not consequindo some light please if(name != '' && pw!= '') {$http.post("http://192.168.0.133/teste.php?callback=JSON_CALLBACK",...
View ArticleFew display issues *please Help
any 'weird' symbols in your string can be interpeted different. so if you would like to plot "It's A New Day" as a string you should add a \ symbol before the ' symbol like so: \' . to not edit all...
View ArticleStart with ionic, and a lot of questions
Hi, Directives are the way foreward if you like to keep everything on 1 view.Share your variables between directives over the same (parent) scope and bind those with ng-bind in your html template....
View ArticleWhich browser is used to display an ionic app?
Hi, I have no direct idea of why this occurs in our webview but it may be related to CSS.Webkit is the base of android and IOS CSS rendering. As far as I know the app uses the native browser on your...
View ArticleWhich browser is used to display an ionic app?
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleIon-scroll height problem with percentage
Go like:<div id="map" style="float:left;width:70%; height:100%"></div> <ion-scroll style="float:right;width:30%;height:100%"><div id="directionsPanel" zooming="true"...
View ArticleAndroid data storage keep growing
Hi Guys, I am new to ionic. Last week i have published my app to android play store. here is some details:1. App similar to Instagram (Load image and user can like the image)2. I am using LokiJs as...
View ArticleNg-repeat problem with vertical scroll
I'm making a list of cards in ionic ng-repeat, the problem is that it for vertical scroll after a certain point (hangs like there is no more content). This only happens on Android, the Browser does...
View ArticleIonic on IOS waits to load content before closing side menu
Hey, yes, most of the time I do. It has something to do with it ??
View ArticleI can't update my selected item from $ionicpopup
i can't update my selected item from $ionicpopup when i click edit button it shows me message ionic.bundle.js:21162 TypeError: Cannot read property '$id' of undefined at Object.Task.editTask...
View ArticleUpload photo to the Profile
Just new to ionic, and making my first hybrid app. The thing i want to know is that how can I, upload an image to the image frame after browsing the picture from my gallery. It arises two questions:...
View ArticleDate Picker for Ionic
You need to assign the date to a scope variable in the controller. This is the variable, which you need use to show the date on the button.
View ArticleHow to execute a function once in a day?
you can use the Javascript Date.now() function to get the amount of seconds that past since jan 1 1970 00:00 UTC.http://www.unixtimestamp.com/ Save this value on first run some persistent memory.ex....
View ArticleGoogle Place Search Autocomplete
Hi Everyone, I want to create an App that can search on google places on a Text box input, and can return google places results via autocomplete. I've tried ion-google-place, but there's might be...
View Article