当我点击输入时,IOS上的Angular app不显示键盘。为什么?

时间:2016-02-24 14:31:26

标签: ios angularjs input keyboard

当我第一次点击输入时,我的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没什么特别的

1 个答案:

答案 0 :(得分:0)

如果有

  

-webkit-user-select:none;            用户选择:无;

在您的CSS中将其删除。