External Sharepoint site's text inputs inaccessible on iPhone and iPad

Iosasp.netIphoneAngularjsSharepoint

Ios Problem Overview


I have a form setup in a webpart in our SharePoint solution and am having an issue when testing on Apple devices where the input fields are not accessible/appear to be grayed out. This application uses ajax server calls to pre-fill form entries and I am using AngularJS for client-side handling. Why is this only happening on these devices?

example field:

<input id="nhaole-vf-address" 
    ng-model="parent.streetAddress" 
    type="text" 
    class="form-control" 
    required />

enter image description here

Ios Solutions


Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionSpacemancraigView Question on Stackoverflow