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 get the value from ion-select option

I have an array of object called options. this is my html code <ion-item> <ion-label>place&…

angular typescript ionic-framework ionic2 ionic3
Xcode has conflicting provisioning settings

I have an Ionic 2 app, which builds and is testable in Xcode 8.2.1 Simulator environment, e.g. iPhone7 (Build Successful). When …

ios xcode angular ionic2 xcode8
Ionic 2: Generated back button click event

I'm trying to log the user's action of clicking the generated back button in the navigation bar, but I can't …

ionic2
No provider for AngularFireDatabase, AngularFireAuth

Apologies as I can't think of a better way of including all the information... When I run this, I get …

angular typescript firebase ionic2 angularfire2
Ionic 2 - How to manage global variables?

THE SITUATION: In my Ionic 2 app i have a simple login which form is contained inside the right menu. You …

angular ionic-framework ionic2
Ionic 2 passing tabs NavParams to tab

I'm starting out on creating my first app using Ionic 2 and through a lot of trial and error have got …

ionic-framework ionic2
ionViewWillEnter vs ionViewDidEnter

When we would not want to reinitiate a task that is already cache, there is no doubt that we will …

angular typescript ionic-framework ionic2 ionic3
Ionic2 ion-toggle get value on ionChange

I have this toggle here: <ion-toggle (ionChange)="notify(value)"></ion-toggle> When I click this I want …

angular typescript ionic-framework ionic2 ionic3
Import two exported classes with the same name

In typescript, using Angular 2, I need to import two classes with the same name, but lying in different paths. The …

angular typescript ionic2
How to fix the connection to the server was unsuccessful. (file ///android_asset/www/index.html)

I've added material icons to ionic2 app , and since then I get error ""The connection to the server was unsuccessful. (…

ionic2 ionic3