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).

Custom component in ionic v3

I wanted to create a simple component and include it on a page. I created it with ionic g component …

angular ionic2 ionic3
Ionic 2: How to call a method when select value is changed

I am new to Ionic 2, I read the Ionic 2 Documentation over and thought this code would work. Its supposed to …

angular typescript ionic-framework ionic2 ionic3
How to reload the ion-page after pop() in ionic2

I have 2 pages Page1 and Page2. I have used this.nav.pop() in Page2 and it will pop the Page2 …

javascript angular ionic2
How to get device width and height in Ionic using TypeScript?

I am trying to get device width and height in ionic 2 using typescript. In previous version of ionic 2 I used, …

angular typescript ionic-framework ionic2 ionic3
Ionic2 Error: "No provider for Storage"

After reading everything I could find, and failing, I must ask here: I am trying to use ionic2's Storage, …

javascript cordova angular typescript ionic2
ionic - Adding a button inside a input field

I'm trying to add a button inside an <ion-input> but wherever I add it inside the <ion-list&…

css ionic2 iconic
How to detect if I am in browser (local development) in Ionic 2

I want to make sure to launch inappbrowser only if I am on devices (iOs, Android...), but if I am …

cordova ionic-framework ionic2
How to remove installed ionic cordova plugin from ionic 2 / 3 or ionic V2+ project

I installed Cordova and Ionic Native plugins into the ionic3 project. But I need to remove only that specific Cordova …

ionic-framework ionic2 ionic3
Ionic 2 File Plugin usage examples

Does anyone have complete examples about how to use the Cordova Native File Plugin in a Ionic 2/Angular 2 project? I …

file typescript angular cordova-plugins ionic2
Ionic - Error: Uncaught (in promise): removeView was not found

My Ionic app was working fine and I haven't done anything to it but suddenly I am getting this error …

ionic-framework ionic2 ionic-view ionic3