Page 1 of 1

Re: Hide soft keyboard in ranorex C Code

Posted: Tue Feb 18, 2020 2:03 pm
by odklizec
Hi,

Try "Mobile Key Press" action with parameter {IME_ACTION_DONE}. This should hide the soft keyboard. Via code like this:

Code: Select all

repo.element.inputElement.PressKeys("{IME_ACTION_DONE}");

Re: Hide soft keyboard in ranorex C Code

Posted: Tue Feb 18, 2020 3:50 pm
by N612
Another option is to use Null Keyboard and not worry about the keyboard at all.

https://play.google.com/store/apps/deta ... d&hl=en_US