text HideKeyboard

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text HideKeyboard相关的知识,希望对你有一定的参考价值。

InputMethodManager imm = (InputMethodManager) getActivity().getSystemService(Context.INPUT_METHOD_SERVICE);
                    imm.hideSoftInputFromWindow(etLoginMobile.getWindowToken(), 0);

以上是关于text HideKeyboard的主要内容,如果未能解决你的问题,请参考以下文章

Appium hidekeyboard() 方法

在 phonegap 中打开软键盘时,未在 ios 7 上触发 showkeyboard/hidekeyboard 事件

如何在下面给出的Hidekeyboard函数中包含多个UITextField?

appium+java 如何隐藏安卓键盘

appium 测试使用的API

触摸uitableview时隐藏键盘