dialog不显示输入法
以下方法均无效。1,setView(new EditText())
2,requestWindowFeature(WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE);在oncreate中试
3,改继承AlertDialog为Dialog
4,改setContentView(View)为setConteview(int id)
最后全部撤销重试,上面的第3点可以了。
改继承AlertDialog为Dialog
android中自定义的对话框中的EditText无法弹出输入法解决方案【http://blog.csdn.net/cherry609195946/article/details/42673045】
android中dialog弹出软键盘问题【http://bbs.csdn.net/topics/370025260】
页:
[1]