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

Set focus on an input with Ionic 2

SOLVED : import { Component, ViewChild} from '@angular/core'; import { Keyboard } from 'ionic-native'; @Component({ templateUrl: 'build/pages/home/home.html' }) export …

input focus ionic2 setfocus autofocus
Property 'files' does not exist on type 'EventTarget' error in typescript

I am trying to access the value of the input file from my ionic 2 application but still I'm facing the …

angular typescript ionic2 exif-js
How can I disable or hide the scrollbar within an Ionic 2 <ion-content>

I have an Angular 2 app wrapped in Ionic 2. I'm using <ion-tabs>, and within each tab is an <…

ionic-framework angular ionic2
map is not a function (Rxjs) though import

there were a lot of questions about "map is not a function", but almost everyone just did not imported the …

angular ionic2 rxjs
How to handle back button on Ionic 2

How can I handle the back button action on Ionic 2? I want to be able to know what to do …

ionic2 back-button back-button-control
Styling ionic 2 toast

Is there any way to style the text message within an ionic 2 toast? I have tried this: But clearly you …

toast ionic2
access SASS values ($colors from variables.scss) in Typescript (Angular2 ionic2)

In Ionic 2, I would like to access the $colors variables from the file "[my project]\src\theme\variables.scss". This …

angular typescript sass ionic2
right alignment for a button in ion-col

I have this grid in my Ionic 2 application. Is there any ionic-specific attribute to make the button shown on the …

ionic-framework ionic2 ionic3
How to handle "Go"/"Enter" keyboard button Ionic2 <ion-input>

What is the event to handle "enter" or "go" keyboard key on an input? The input is not used within …

javascript angular cordova ionic2 key-events
Remove ion item divider

How I can remove <ion-item> divider? I have the following code to show 4 items in a row: <…

ionic-framework ionic2 divider