17

enter image description here

I am using ios simulator 10.3 and noticed that I can't toggle software keyboard anymore, and can't type anything. I downgraded to ios simulator 10.2 but the same problem persists.

I was able to make it work by deleting com.apple.iphonesimulator.plist in ~/Library/Preference but the problem again pops up when I restart my simulator. Can anyone help me to fix this issue or tell me when or why this Toggle Software Keyboard option is disabled ?

FelixSFD
  • 6,052
  • 10
  • 43
  • 117
python
  • 4,403
  • 13
  • 56
  • 103

3 Answers3

30

Toggle Software Keyboard is only available if Connect Hardware Keyboard is selected.

Jeremy Huddleston Sequoia
  • 22,938
  • 5
  • 78
  • 86
15

This should put it back (write this in terminal):

defaults write com.apple.iphonesimulator ConnectHardwareKeyboard -bool YES
Dan
  • 181
  • 2
  • 7
0

For me cmd + k was not opening the keyboard in the iPhone 8 plus emulator. But when I used the same short key for the iPhone 12 Pro Max emulator the soft keyboard was opening.

Zeeshan Ahmad Khalil
  • 793
  • 1
  • 12
  • 29