Can't find keyplane that supports type 4 and 5 on iPhone 5s iOS 8.1.2 and Simulator 8.1 Can't find keyplane that supports type 4 and 5 on iPhone 5s iOS 8.1.2 and Simulator 8.1 ios ios

Can't find keyplane that supports type 4 and 5 on iPhone 5s iOS 8.1.2 and Simulator 8.1


This is a known issue for several devices and Apple doesn't seem to want to fix it, as you said the keyboard you've requested still shows up and works properly. Filing a radar with apple is frequently the only thing you can do, then start hoping!

http://bugreport.apple.com/


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 alsoif you face same issue exactly :change * to div,span,img etc....