Ionic : ion-content not resizing with dynamic data
@mayur_joshi wrote: On a webview loaded in an Android application , ion-content has a div tag with ng-repeat to load dynamic data , when the user reaches the end of the page I use ion-infinite-scroll...
View ArticleUsing express-session not working on ionic
@ardyhim wrote: why using express-session not working on ionic? if using a postman working Posts: 1 Participants: 1 Read full topic
View ArticleCan we add facebook comments on mobile app using ionic?
@rajneesh wrote: We are building a content app for a website and they use facebook comments on their webpages.Is it possible that we can include facebook comments in Ionic app as well and get same...
View ArticleangularFire2 and ionic2
@ondonda wrote: Hi, hope you guys are well.i'm facing a little issue using angularfire2, when i load my angularfire function , i have a white screen , anyone already used angulafire2 in her/his app ,...
View ArticleIonic monthpicker
@petruisfan wrote: Searching around the net, I wasn't able to find a component that would help me select a particular month and year, with no date. And so I decided to create my own ionic component...
View ArticleDynamic template from url
@ashraftushar wrote: .state('tab.home-detail', { url: '/home/:homeId', views: { 'tab-home': { templateUrl: 'templates/home-detail**:homeId**.html', controller: 'HomeDetailCtrl' } } }) I want to make...
View Article[SOLVED] Ionic can not find lib directory even though it's there in plain sight
@lilbiscuit wrote: This is a little bizarre and frustrating, but out of nowhere I can't run Ionic serve because it's throwing 404 errors on everything in the js/lib directory. Permissions have not...
View ArticleIonic 1.2.4, collection-repeat and scrolling
@pliablepixels wrote: Hi, I just upgraded my project to ionic 1.2.4 and noticed that collection-repeat along with native scrolling doesn't work on Android My observations/questions (android only, iOS...
View ArticleHow to show a block on bottom using ionic2
@Harryinandroid wrote: Hi, Using Ionic2 can anyone please let me know how to show a block of elements on the bottom of the screen as shown below using scss. Screenshot_2016-04-09-11-36-25.png1080x1920...
View ArticleError installing AngularFire with Ionic2
@aaronksaunders wrote: USER ERROR.... please ignore Posts: 1 Participants: 1 Read full topic
View ArticleIonic 2 Deploy how to?
@pivalig wrote: Hi guys. Did somebody implemented Deploy in Ionic 2 ? Posts: 2 Participants: 1 Read full topic
View ArticleQuestions on ionic2 styling on Android? [newbie]
@fme wrote: Here's a small snapshot cut of my first GUI trials with Ionic2. I have several questions about this. All items are <ion-item> in a <ion-list inset> inside <ion-content>...
View ArticleError installing cordova plugins
@Glasser wrote: I have been able to install plugins in the past but now I am getting an error that says: Failed to install 'cordova-plugin-device':CordovaError: The provided path...
View ArticleIssue upgrading ionic to 1.2.4
@pliablepixels wrote: Hi there, ionic info reports Your system information: Cordova CLI: 6.1.1 Gulp version: CLI version 3.9.1 Gulp local: Local version 3.9.0 Ionic Version: 1.2.4 Ionic CLI Version:...
View ArticleCall function after data retrieved in provider in Ionic2
@shepard wrote: How do you call a function after data is retrieved from a provider? I am able to call a function if I pass it in the function in the provider like: retrieveData(func) {...
View ArticleCannot push nav to TabsPage after Facebook.login() promise
@tlaverdure wrote: I'm working on a situation where users first land on a login page and then authenticate via the Ionic Native Facebook module. When I test this out in an ios emulator, I am able to...
View ArticleCan see [hidden] component for short time on page loading
@icarus_31 wrote: Hi, On a page, I have some items that will be hidden depending of the data that will be retrieved from a SQlite database. Right now, when the page loads I see my hidden items for a...
View ArticleIonic Package ios build failed
@patwaswapnil wrote: Getting following error while building for ios using Ionic Package. I have already attached provisioning profiles. === BUILD TARGET Dev App OF PROJECT Dev App WITH CONFIGURATION...
View ArticleIon-Input and Ion-Item validation classes don't match
@tlaverdure wrote: I'm working on adding some validations to a form using Ionic2. I'm using the Angular2 FormBuilder class. My form works well, but the ng-* classes for the ion-inputs and ion-item do...
View ArticleQuestion about SQLStorage and retrieving many rows
@icarus_31 wrote: Hi, Quick one for you. Here, from Ionic example: storage.query('insert into projects(name, data) values("Cool Project", "blah")'); storage.query('select * from projects').then((resp)...
View Article