// fragment
val imm = requireContext().getSystemService(INPUT_METHOD_SERVICE) as InputMethodManager
// imm.toggleSoftInput(0, InputMethodManager.HIDE_NOT_ALWAYS)
// imm.toggleSoftInput(0, InputMethodManager.HIDE_IMPLICIT_ONLY)
imm.hideSoftInputFromWindow(editBody.windowToken, 0)
kotlin 关闭android的输入法
最新推荐文章于 2023-06-05 18:09:36 发布