I receive on a iPhone 5s with iOS v8.1.2 the following messages in the Xcode console:
if it will help some one , i have this problem on cordova capacitor also , it was very strange for me until i remeber i put on css
*{
-webkit-user-select: none;
/* Safari */
-moz-user-select: none;
/* Firefox */
-ms-user-select: none;
/* IE10+/Edge */
user-select: none;
/* Standard */
}
yes it make keyboard have no access to fields also if you face same issue exactly : change * to div,span,img etc....