Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在横向时,我希望能够判断弹出的 spoftkeyboard 是否占据了整个屏幕。我知道这取决于设备,但是如何判断当前设备是否在横向模式下使用全屏键盘?
刚刚发现InputMethodManager包含一个名为isFullscreenMode(). 我相信这是一个很好的检查方法......
InputMethodManager
isFullscreenMode()