import { Component, ViewChild} from \'@angular/core\'; import { Keyboard } from \'ionic-native\'; @Component({ templateUrl: \
If you need to set focus on an input at init component, set the class input-has-focus by default to ion-item just like this:
That's all!