Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ionic2

Get Data Async Before A `page` Gets Rendered

What is the correct way to get data async before a Page gets rendered? Angular2 suggests the @CanA… Read more Get Data Async Before A `page` Gets Rendered

Ionic 2 And Json Data Addition

I am working with Ionic 2 Storage to persist form data. I save the data like this: this.storage.set… Read more Ionic 2 And Json Data Addition

Display Info Icon Inline In Ion-item

I want to display ionic info icon at the end of my input box. However, the following snippet shows … Read more Display Info Icon Inline In Ion-item

How To Use Timetable.js In Ionic2 Typescript

Is it possible to use timetable.js in ionic2 project? http://timetablejs.org/ I tried to create tim… Read more How To Use Timetable.js In Ionic2 Typescript

Navigator.geolocation Not Working

I'm working on a application that requires I get the users location info and I'm using the … Read more Navigator.geolocation Not Working

Ionic2 - Native Scroll

Ionic1 can use the native scroll to improve the performance of the app using this code $ionicConfig… Read more Ionic2 - Native Scroll