I have started facing this issue today after upgrading to iOS 9. My app has a login page at the start and the input fields have stopped responding completely. When i tap on the input fields the keyboard comes up, but then nothing gets reflected when i type something. Has anyone faced the same issue?
Give an ID to the <input>
field and add -webkit-user-select: auto;
to the ID. This will fix your problems.