iOS Question iPhone Keyboard Support

RichardN

Well-Known Member
Licensed User
Longtime User
I would like to understand the following message in the logs on debug:

Can't find keyplane that supports type 4 for keyboard iPhone-PortraitChoco-NumberPad; using 20603_PortraitChoco_iPhone-Simple-Pad_Default

I am compiling with debug on an iPhone 6S which appears not to support a certain keyboard mode although I don't see unexpected behaviour. I have added a 'Done' button to different keypads using the NormalObject ("inputAccessoryView") method to facilitate View.ResignFocus but it is not evident which View is generating the message.

Compiling on an iPad shows no message. Interfaces on both devices appear to function as intended.

What is the explanation for this?
Do I need to worry about it?
 
Top