Top "Ionic2" questions

Ionic 2 is the next generation of Ionic, the open source SDK that enables developers to build performant, high-quality mobile apps using familiar web technologies (HTML, CSS, and JavaScript).

how to go back to previous screen ionic 2

In ionic q we will use $ionichistory.goback()to go back the previous screen. But in ionic 2 how can we …

html angular ionic2 hybrid-mobile-app
How to use angular 2 service with Ionic 2?

I am new to Ionic 2. I read in angular 2 docs, that service needs to be injected while bootstrap application. But …

angular typescript ionic-framework ionic2 ionic3
ngOnInit vs ionViewDidLoad in ionic 2 or ionic 2+

Which one will I use for initializing data and why? ngOnInit() { this.type = 'category'; this.getData(); this.setData(); } ionViewDidLoad() { this.…

angular ionic2 ionic3 ionic4
ionic geolocation plugin error: "No provider for Geolocation"

I'm trying to use geolocation in my ionic2 hello world project, and I add the ionic plugin "Geolocation" following the …

angular typescript ionic2 cordova-plugins
ionic 2 + angular 2 : auto scroll to bottom of list / page / chat

I'm trying to code a page with two segments "chat" and "content". I want that one "chat" segment the page …

javascript angular chat ionic2 autoscroll
IONIC 2 templates

Does anyone know where I can find all the available Ionic 2 startup templates? Currently I know ionic provides tutorial (seems …

ionic2
How to change the background color of ion-header in ionic 2?

How to change the header color? I tried below but didn't succeeded <ion-header> <ion-navbar danger> <…

css ionic-framework sass ionic2 ionic3
Angular 2 HTTP Progress bar

Is there currently a way within Angular 2 to retrieve the progress (i.e. percentage done) of an ajax call, using …

ajax http angular ionic2
Ionic 2: EXCEPTION: No provider for NavController

i have a problem with my ionic 2/angular 2 app. I got an app.ts where the hole "auth" part is …

angular typescript ionic-framework ionic2 ionic3