Hi Everyone, i written on profiles.js script.
In that i have one gui text field
GUI.Textfield(Rect(x,y,w,h),“Enter Your Name”);
now in order to enter the name , i need to activate the iPhone default Keyboard on touch of this text field .
now is there any method or function to call iPhone keyboard on touch of that textfield
I gone through the script references , they given FocusType.Keyboard . used for Textfield
if i used this it is giving the following error
BCE0034: Expressions in statements must only be executed for their side-effects.
You won’t actually be able to do this from Unity iPhone until the release of 1.1. As far as I am aware, the release date has yet to be set, but the release is in beta.