Android - 显示对话框时自动弹出软键盘?
我当前弹出一个自定义对话框,其中包含 EditText。 目前,只有当用户单击“进入”EditText 时,键盘才会弹出。
是否可以在对话框加载后立即弹出 EditText 键盘?
我已经尝试过:
editText = (EditText) findViewById(R.id.EditTextd);
editText.setFocusable(true);
editText.requestFocus();
但没有成功。
有人有什么想法吗?
I currently pop up a custom dialog with an EditText in it.
Currently the keyboard will only pop up when the user clicks "into" the EditText.
Is it possible to get the keyboard to pop up for the EditText as soon as the Dialog loads?
I have tried:
editText = (EditText) findViewById(R.id.EditTextd);
editText.setFocusable(true);
editText.requestFocus();
But it hasn't worked.
Has anyone any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论