Android - 显示对话框时自动弹出软键盘?

发布于 2024-09-28 18:27:22 字数 286 浏览 2 评论 0原文

我当前弹出一个自定义对话框,其中包含 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文