Why doesn't the soft keyboard show up on Android?

I used SVirtualKeyboardEntry slate widget.
virtual keyboad show up dialog box with a editbox when in focus.
and SVirtualKeyboardEntry::OnTextCommitted is not direct call when virtual keyboard dialog hide.
but it is call when occur other touch input.
I think OnTextCommitted call back when focus switch because of other touch input.

How to use SVirtualKeyboardEntry widget?