06 Jul 2014, 8:52
Hi!
The following code for revealing the virtual keyboard does work on iOS:
However, nothing does happen on Android, except the state->GetDeviceHandler()->IsKeyboardShowing() method evaluates to true.
Any ideas?
Regards,
Stefan
The following code for revealing the virtual keyboard does work on iOS:
IKeyboardControl* keyboardControl = state->GetDeviceHandler()->GetOutputDeviceHandler()->GetKeyboardControl();
keyboardControl->SetReturnKeyType(IKeyboardControl::RETURN_KEY_DONE);
keyboardControl->SetKeyboardType(IKeyboardControl::KEYBOARD_EMAIL);
keyboardControl->Show();
However, nothing does happen on Android, except the state->GetDeviceHandler()->IsKeyboardShowing() method evaluates to true.
Any ideas?
Regards,
Stefan