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

Passing Data From Child Component Into Parent Component

I have problems with my angular, here I have two components: MyApp (ParentComponent) LoginPage (ChildComponent) I have a property UserNow …

angular ionic2 angular-components
How can I use content.scrollTo() for ion-scroll in ionic2?

I try to scroll to a fixed position, for example scrollTo(500, 20). Let's say that you are on a device, which …

angular typescript ionic-framework ionic2 ionic3
Cannot find namespace NodeJS when using NodeJS.Timer in Ionic 2

I am attempting to use some code I found on https://github.com/bevacqua/dragula/issues/289#issuecomment-277143172 to my Ionic …

angular ionic-framework ionic2
How to use Angular 2's FormBuilder between multiple components

I am trying to use FormBuilder in a page I have in Ionic 2. First, here is my environment details: Running …

angular ionic2 angular2-components angular2-formbuilder
ionic run browser --livereload not working

i was trying to use live reload on my ionic 2 application. so i found this command ionic run browser --live-reload …

ionic-framework ionic2 windows-8.1 livereload
Alert controller input box validation

How to validate and show error for Input in Alert Controller in Ionic 2 or 3 let prompt = Alert.create({ title: 'Alert …

angular typescript ionic-framework ionic2 ionic3
how to handle click function on ion-toggle

here is my .html file <ion-item no-lines (click)="update()" > <ion-label> Notification</ion-label> <ion-toggle [(…

angular ionic2 ion-toggle
ionic cordova run android adb command failed with exit code 137

i am new to ionic and i start basic tabs project using ionic cli. Everything is working fine, except when …

ionic2 adb
Use custom icons with tabs in ionic2

I need to use customs icons with tabs in ionic 2. Moreover I need to change the title color and icon, …

ionic-framework ionic2 ionicons
Ionic 3 not updating view

Hi I got a function which will update after a http request to the server. It seems that the console.…

angular cordova ionic-framework ionic2 ionic3