Skip to content
New issue

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

adjustResize存在bug #50

Open
nightlight9 opened this issue Sep 27, 2021 · 3 comments
Open

adjustResize存在bug #50

nightlight9 opened this issue Sep 27, 2021 · 3 comments

Comments

@nightlight9
Copy link

RecyclerView中的EditText,点击后弹出软键盘,底栏会出现在软键盘之上。

但光标会在底栏的下方(也就是说依然是类似被软键盘遮挡的状态)。

@Zackratos
Copy link
Owner

有截图吗

@dyjcow
Copy link

dyjcow commented Nov 29, 2022

这个问题我也遇到了,本质上应该是和 #30 一样的问题。
关闭沉浸式之后就可以EditText就可以自动上弹了

@dyjcow
Copy link

dyjcow commented Nov 29, 2022

FitsKeyboard.java
ImmersionBar工具库 的 FitsKeyboard 类中有对这种情况进行适配
设置了 .keyboardEnable(true).fitsSystemWindows(true) 就可以自动适配了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants