Hi there
I’m trying to display a custom keyboard on my iphone/android app.
Since I can’t use the iphone built-in keyboard, I thought the best way was to display a label like this:
GUILayout.Label(“my textfield content”, “textfield”);
So it does look like a textfield but it’s actually a label.
The problem now is… how do I display my own keyboard when this label is clicked? Any other better way to achieve this?
Regards,
Joaquin