Android 中如何检测键盘是否显示?
Android 是否可以检测键盘是否显示?我尝试了这个答案:如何检查 Android 中软件键盘的可见性? 但没有任何反应。我需要知道何时显示键盘以将某些 EditText 移动到屏幕前面。或者,..我可以这样做吗?
Is it possible to detect if the keyboard is shown in Android? I tried this answer: How to check visibility of software keyboard in Android? but nothing happens. I need to know when the keyboard is shown for moving some EditText to the front of the screen. Or,..can I do this otherwise?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是可能的,但没有直接的 API 调用来检测这一点。有关解决方法,请参阅:如何检查 Android 中软件键盘的可见性?
Its possible, but there is no direct API call to detect this. For workaround see: How to check visibility of software keyboard in Android?
看看这个:
Check this out: