Android - 如何检测屏幕中显示的软键盘

发布于 2024-10-13 04:08:59 字数 244 浏览 2 评论 0原文

可能的重复:
Android:我怎么知道软键盘是否显示?

android 中如何检测屏幕中是否显示软键盘?

Possible Duplicate:
Android: how can i tell if the soft keyboard is showing or not?

how to detect whether the soft keyboard is shown in the screen or not in android?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

很酷不放纵 2024-10-20 04:08:59

没有直接的方法 - 请参阅 http://groups.google .com/group/android-platform/browse_thread/thread/1728f26f2334c060/5e4910f0d9eb898a Android 团队的 Dianne Hackborn 已回复。但是,您可以通过检查 #onMeasure 中窗口大小是否发生变化来间接检测到它。请参阅如何检查 Android 中软件键盘的可见性?

There is no direct way - see http://groups.google.com/group/android-platform/browse_thread/thread/1728f26f2334c060/5e4910f0d9eb898a where Dianne Hackborn from the Android team has replied. However, you can detect it indirectly by checking if the window size changed in #onMeasure. See How to check visibility of software keyboard in Android?.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文