Search code examples
ioscordovainputkeyboard

Cordova apps Input fields cannot be selected on iOS 9


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?


Solution

  • Give an ID to the <input> field and add -webkit-user-select: auto; to the ID. This will fix your problems.