public static bool hideInput ;

描述

当键盘在屏幕上时是否隐藏键盘上的文本输入字段?

此属性适用于分配了 字母数字键键盘的单行文本字段, 当 TouchScreenKeyboard.hideInputs 设置为 true 时,只能打开 TouchScreenKeyboardType.Default 键盘类型。即使指定要打开其他类型的键盘,也会打开这种键盘类型。


Android: There's no reliable way of hiding input field, thus when this property is true the input field is rendererd outside the screen, this gives an illusion that it's hidden.