Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 71531

Keyword not popping up when onfocused input field

$
0
0

@premktr wrote:

I am new to angular/ionic4.i have created the input field when it is focused the keyboard is supposed to be popup but it is popping up only for android only when u again tap in the input field even after the field is focused but for ios is not popping up at all

<ion-input type="input" placeholder="Enter your first name" [readonly]="isReadOnly" name="profile" [value]="firstName" #nameCtrl="ngModel" ngModel pattern="[A-Za-z]+" minlength="3" maxlength="20" [(ngModel)]="firstName"  #name no-padding>
</ion-input>

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 71531

Trending Articles