0

When a text field is touched using the touch() function the keyboard on the iOS 8 simulator does not pop up anymore. Is there a way to toggle the keyboard using the Calabash API?

orde
  • 5,233
  • 6
  • 31
  • 33
chilm
  • 23
  • 4

2 Answers2

4

Please try and press "Command" + "K" . in iOS8 Simulator will not show software keyboard if it detects hardware keypad .

Bhumit Mehta
  • 16,278
  • 11
  • 50
  • 64
1

If you update to run-loop 1.0.9, calabash will do this automatically.

If, after updating to run-loop 1.0.9, you are still experiencing keyboard problems, please file a bug here:

jmoody
  • 2,480
  • 1
  • 16
  • 22