如何在启动时自动显示软键盘?
我有一个只有 EditText 的活动。我希望软键盘自动显示。我该怎么做?
I have an activity that only has a EditText. I want the soft keyboard to show up automatically. How can I do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以使用这个onResume:
我建议你在强制键盘出现之前检查是否有硬件键盘。
隐藏:
编辑:
试试这个:
You can use this onResume:
I suggest that you check if there is a Hardware keyboard before you force the keyboard to appear.
To hide:
EDIT:
Try this: