gyf-dev / gyf-dev/ImmersionBar
软键盘无法顶起recyclerview布局问题
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 11.5k
- Forks
- 1.9k
- PR merge metrics
- No merged PRs in 30d
Description
在fragment中我设置了ImmersionBar.with(this).keyboardEnable(true).init();
底部的edittext弹出软键盘后不能把recyclerview的内容往上顶(像微信QQ聊天那样),而是软键盘盖在recyclerview布局上面,但是其他布局又可以往上顶,请问下这个问题该怎么处理
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue in a Fragment using ImmersionBar.with(this).keyboardEnable(true).init(), with an EditText at the bottom and a RecyclerView. Check how the soft keyboard affects the RecyclerView compared with the other layouts; done means the RecyclerView content moves above the keyboard like a chat interface.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100