当我第一次点击输入时,我的Angular应用程序没有显示键盘。第二次点击和其他显示它。 我没有输入的ngTouch和任何功能。
<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>
html没什么特别的
答案 0 :(得分:0)
如果有
-webkit-user-select:none; 用户选择:无;
在您的CSS中将其删除。