Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missing keyboard on iOS8 simulator?

I'm checking my app against iOS8 in the simulator and one thing that puzzles me is that when I tap on a UITextField or UITextView the keyboard doesn't appear on the screen! I can still enter text with my hardware keyboard. Also, if the input element has a inputAccessoryView, that view is shown on the bottom of the screen. So everything works as expected except that the keyboard is not appearing on the screen. This is valid for all input elements throughout the app. I don't use the new feature for custom keyboard.

Checked the Settings - don't see anything that can help.

I know XCode6 is still a beta but this seems too obvious problem to be a bug (or is it!?)

like image 608
AXE Avatar asked Jun 07 '14 09:06

AXE


People also ask

How do I bring up the keyboard in iOS simulator?

Just press ⌘K it will toggle keyboard.

How do you hide the keyboard on Iphone simulator?

Tap in a text field. Tap the "hide keyboard" button in bottom-right corner. Tap to another text field.


1 Answers

In the iOS Simulator menu select:

Hardware > Keyboard > Toggle Software Keyboard

or press Cmd + K.

The Connect Hardware Keyboard option in the same menu has to be enabled.

like image 63
talentlife Avatar answered Sep 20 '22 04:09

talentlife