2

My Angular application doesn't show me keyboard, when i click on input for the first time. Second click and other shows it. I don't have ngTouch and any function on inputs.

<div class="input-wrapper">
  <input type="email" name="login" tabindex="1" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" ng-model="form.userData.login" placeholder="{{'LOGIN_OR_EMAIL' | translate}}" required>
</div>

Nothing special in html

Andrey Vaganov
  • 1,684
  • 1
  • 12
  • 18

1 Answers1

0

if you have

-webkit-user-select:none; user-select:none;

in your css remove them.