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.
我在 PopupWindow 中有一个 EditText。问题是当我触摸 EditText 时,SoftKeyboard 不可见。有人知道我如何让 SoftKeyboard 出现吗?
使用 popupWindow.setFocusable(true) 使弹出窗口可聚焦。软键盘可以添加到您的清单文件中。