TouchScreenKeyboard.hideInput not working.

Hi,
I am using unity 4.3 and TouchScreenKeyboard.open(“”) to display device keyboard.
Keyboard opens with a text field , done and cancel button at the top.I don’t what to show these and i try “TouchScreenKeyboard.hideInput = true” parameter ,but this does not hide text field, done and cancel button.

I also use GUI.TextField method to display keyboard and use “iPhoneKeuboard.hideInput = true” and this also not working.

Please help me to solve this problem.

Try setting the value of hideInput to false. it shouldn’t show the box then.