📜  如何强制在 android 中完全显示键盘 - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:33.728000             🧑  作者: Mango

代码示例2
//This is used to force fully hide the keyboard
((InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE)).hideSoftInputFromWindow(_pay_box_helper.getWindowToken(), 0);