外部Sharepoint网站的文本输入在iPhone和iPad上无法访问

Spa*_*aig 21 asp.net iphone sharepoint ios angularjs

我在SharePoint解决方案的webpart中有一个表单设置,并且在Apple设备上进行测试时遇到问题,其中输入字段无法访问/看似灰显.此应用程序使用ajax服务器调用来预填表单条目,我使用AngularJS进行客户端处理.为什么这只发生在这些设备上?

示例字段:

<input id="nhaole-vf-address" 
    ng-model="parent.streetAddress" 
    type="text" 
    class="form-control" 
    required />
Run Code Online (Sandbox Code Playgroud)

在此输入图像描述