chilm
chilm

Reputation: 23

How to toggle keyboard on iOS 8 simulator using calabash-ios

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?

Upvotes: 0

Views: 1162

Answers (2)

jmoody
jmoody

Reputation: 2480

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:

Upvotes: 1

Bhumit Mehta
Bhumit Mehta

Reputation: 16318

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

Upvotes: 4

Related Questions