How to get user text input for mobile (ios & android)

i am developing for mobile and i need input from user with the virtual keyboard. i spend many days for this.
i tried the **Slate, Edit Text Widget, Custom Rendering & Any TrueTypeFont tutorial from **, the text input widget
shows on mobile but it doesn’t show the virtual keyboard.

how to achieve user text input for mobile.

thanks in advance.

Hi ,

Could you take a look at this post and see if it helps at all with what you are trying to accomplish?

that seems to be ok for iOS. have to check it on android.
thanks

i was having trouble compiling for android i was using using std::string , std::vector in my code and it didn’t compile (only on android ). never mind replaced them with TArray and FString and was able to compile.
but the SVirtualKeyboardEntry works only on iOS not on android
the post says that android support will come soon but how soon is that.
a month has past and it is not fixed in 4.3.0 that i am currently using and i really need this.
can you give me and estimate
thanks.

Hi ,

I checked with Josh on the status of this issue, and he said that there are no updates yet. Unfortunately we don’t have a potential timeframe for this particular issue.