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:
1 2 3 4 5 | 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