BasePopup icon indicating copy to clipboard operation
BasePopup copied to clipboard

键盘无法自动隐藏

Open wushangjun opened this issue 3 years ago • 1 comments

提issue前请去WIKI#常见问题查询相关问题,避免重复提问

Please go to WIKI#FAQ for relevant questions before commit your issue to avoid repetitive questions.


提issue前请务必参考以下格式填写,否则该问题会被直接关闭。

Please be sure to follow the format below before submitting the issue, otherwise the question will be actively closed!

  • 系统版本(必须)/ System version (required):android 11
  • 库版本(必须)/ Library version (required):3.2.0
  • 问题代码/截图(可选)/ Problem code or screenshot (optional):
  • 报错信息(可选)/ Error reporting information (optional):

问题描述/重现步骤请写在这里 Please write the description here. 有两个popup,第一个popup弹出第二个popup,第二个popup有输入框。现在调用dismiss()关闭第二个popup,键盘无法隐藏,一直处于弹出状态。

wushangjun avatar Jan 04 '22 07:01 wushangjun

这个我也出现了,我是在 onBeforeDismiss 方法里手动调用隐藏键盘就好了

iztou avatar Jan 09 '22 02:01 iztou