In my snippet i have tried to set focus for first input text field. But when the page loaded it gets focused and lose the focus suddenly & closes the keyboard. Can anyone please tell me to achieve this.
<ion-input [(ngModel)]="username" name="username" type="text" #username="ngModel" spellcheck="false" autocapitalize="off" autofocus clearInput required></ion-input>