android EditText 的键盘弹出(不弹出)坑爹

得到焦点的方法 edittext.setFocusable(true); edittext.setFocusableInTouchMode(true); edittext.requestFocus(); 但仅仅这样不会自动弹出软键盘 网上说的弹出软键盘的方法以下,可是亲测无效(miui8)html getWindow().setSoftInputMode(WindowManager.LayoutP
相关文章
相关标签/搜索