Ionic 2 error not showing in nav.push(somePage);
@fathermonkey wrote: I'm working on a Ionic 2 app with about 5 pages.What is happening is that I can only see error in pages that are set to rootPage( I have a side menu) After I set the rootPage, and...
View ArticleIonic starter kit (series of step-by-step posts and code on github)
@nmdia wrote: Hi to all, After n apps built, we created a boilerplate to start work with Ionic mobile project. It's a blank project with prepared Gulp tasks, hooks and angularJS organization to make a...
View ArticleProblems with JSON processing ("undefined is not an object")
@lx4r wrote: Hey Ionic community,I just discovered Ionic and I'm trying to build a very simple app that gets json data from a server, then displays it as cards with a tap on one of the cards opening a...
View ArticleHow to add local files/databases to Ionic build? (also using cordovaSQLite)
@BirdSamuel wrote: Hello! I'm working on a project currently which needs an extra (already created) database to be included in the build. I tried putting the database in /www/databases/myDB.db but I'm...
View ArticleNg-change event not working first time, seleted toggle button to unselect
@dinuhwaitage wrote: var unitsLists = [{Id:1, UnitType:'Kg'}...];var selectedUnits = [1,2,...]; //existing unit ids array Please suggest me to fix this issue... {{item.UnitType}} Record not found....
View ArticleIonic with firebase login issue
@anon_developer wrote: I'm writing a Login function using Firebase back-end and as it stands it allows all users to login without causing an error and then I need it to route to the home page after....
View ArticleInsert ion-row around every 2 ion-col
@jjrchrds wrote: trying to wrap every two ion-col, in an ion-row, I can't seem to find any way to do this. #item [ngForOf]="badges" #i="index"> <ion-col class="text-center" width-50> <div...
View ArticleIonic 2 custom icons insertion
@finke wrote: Hi there! I am trying to include some custom icons in ionicons following this tutorial. I am having some trouble finding the destination folders inside my Ionic app. I am using...
View ArticleUpdate beta.3 -> beta.4 error Maximum call stack exceeded?
@luchillo17 wrote: I'm having this error when trying to update to beta.4 in a webpack project, followed all instructions in ionic-2-projects-updating-to-beta-4 however the error still persists: Pasted...
View ArticlePrevent tab key to the next slide with ion-slide and ion-slide-box
@fenna wrote: Hi everyone, I have an issue with ion-slide. I have 3 different ion-slide in one ion-slide-box. Every slide has two inputs such as first name and last name. When user on slide #1, if he...
View ArticleInfinite scroll function not called
@pabloo87 wrote: Hi, i'm new with Ionic 2, so, in order to learn to use it i'm making a small-but-awesome app. Everything was (almost) fine until I get to the infinite-sroll part of the application. I...
View ArticleBack button replacing Menu button
@Velix007 wrote: Hello guys, I seem to have an issue, hopefully I can get your help. Im navigating to a section in my navbar and after clicking an option it takes me to a details page. <ion-view...
View ArticleFacebook Login + Invalid Key Hash Error!
@aissaino wrote: Hi everybody,I'm using Cordova Facebook Connect Plugin, the login process succeed in the first time, but when I logout and try de login again I've this error : Invalid Key Hash. The...
View ArticleButton inside headers
@max_maeuschen wrote: I tried to place a button inside an header (e.g. card-header or list-header). I used for example the following code: <ion-card-header> Text <ion-buttons end>...
View ArticleDatapicker Componet in Ionic2
@chandroiud wrote: Is there a datapicker picker component in ionic2, I tried to use the datepicker as given in the ionic docs here: http://ionicframework.com/docs/v2/native/Date%20Picker/. I did the...
View ArticleIssues In Native Scroll In Android 4.x
@hussainhaideri wrote: I have set the global config for js scroll to false $ionicConfigProvider.scrolling.jsScrolling(false); So the native scrolling is working fine and efficient. However below are...
View ArticleSliding headers
@max_maeuschen wrote: Is it possible to place sliding buttons inside the header of a list or a card like ion-item-sliding? Posts: 5 Participants: 2 Read full topic
View ArticleIonic 2 Update to latest beta version on Windows does not work
@david_hoeck wrote: Hi guys, I'm having really mean problems over here. Let me explain my situation: I have installed the latest Ionic2 Beta Version via npm install -g ionic@beta Now when I am...
View ArticleHow to get a reference to App comonent
@AndreasK wrote: Is there a way to get a reference of my @App instance in one of my @Page instances? Constructor injection in my @Page doesn't seem to work – i. e. “constructor(private _app: MyApp)”?...
View ArticleThere was a problem while parsing the package in android + ionic2 + Angular2
@kanchan_130986 wrote: Hello, I have created an fresh app by following http://ionicframework.com/docs/v2/getting-started/installation and generated an apk file using the following command - ionic...
View Article