How to hide InputField additional input box in unity3d

﹥>﹥吖頭↗ 提交于 2019-12-01 02:11:02

问题


I use a FiledInput in android app and when I starting to put string in it a softkeyboard pops up and a box, I want to get rid of it.

Is it any way to do so using Unity3d 4.6.2f1 ?


回答1:


You can use InputField.shouldHideMobileInput for that.



来源:https://stackoverflow.com/questions/29671213/how-to-hide-inputfield-additional-input-box-in-unity3d

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!