0

I'm trying to display a numeric keypad, but I'm getting the following warning:

Can't find keyplane that supports type 8 for keyboard Wildcat-Landscape-QWERTY-Pad; using 3673479387_Wildcat-Alphabetic-Keyboard_Capital-Letters
brianegge
  • 29,240
  • 13
  • 74
  • 99

3 Answers3

2

When this happened to me, I solved it by changingUIKeyboardTypeDecimalPad to UIKeyboardTypeNumbersAndPunctuation.

Henry F
  • 4,960
  • 11
  • 55
  • 98
1

I'm getting the same error. I have yet to confirm this, but it might be that UIKeyboardTypeDecimalPad, UIKeyboardTypeNumberPad, and UIKeyboardTypePhonePad just don't work on iPad. See here for more discussion:Which UIKeyboardType can I use on the iPad

Community
  • 1
  • 1
Max Strater
  • 540
  • 6
  • 17
  • Another related discussion that supports my answer: http://stackoverflow.com/questions/16486312/weird-error-while-using-uitextfielddelegate – Max Strater Jun 06 '13 at 23:03
0

I faced the same problem while testing on simulators. I tried the following steps which solved my problem, which you can do as well:

iOS Simulator -> Hardware -> Keyboard -> Toggle Software Keyboard

Nishant
  • 12,529
  • 9
  • 59
  • 94