We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
popup抢占了焦点。
basepopu.getpopupwindow.setfocusable(false)试下
Originally posted by @razerdp in #179 (comment)
问题描述: 使用BasePopup做搜索列表:页面上有一个SearchView,搜索后弹窗显示搜索结果。弹出搜索结果后,再次点击搜索框,软键盘无法弹出。 尝试上方的方法:basepopu.getpopupwindow.setfocusable(false),还是没有效果。
The text was updated successfully, but these errors were encountered:
遇到了类似的问题,界面内使用BasePopup做了一个tip提示UI,结果界面内的输入框无法弹窗键盘了
Sorry, something went wrong.
同样的问题,搜索了所有关于焦点的issues ,都没法解决,包含setFocusable(false),setFitSize(true)等等,机型小米9SE,包括Demo的Issue测试页面里的224楼,在我手机上都一样,只要Popup处于显示状态,EditText就获取不到焦点
No branches or pull requests
basepopu.getpopupwindow.setfocusable(false)试下
Originally posted by @razerdp in #179 (comment)
问题描述:
使用BasePopup做搜索列表:页面上有一个SearchView,搜索后弹窗显示搜索结果。弹出搜索结果后,再次点击搜索框,软键盘无法弹出。
尝试上方的方法:basepopu.getpopupwindow.setfocusable(false),还是没有效果。
The text was updated successfully, but these errors were encountered: