Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

输入法冲突问题 #493

Open
cjlkbxt opened this issue Apr 1, 2020 · 2 comments
Open

输入法冲突问题 #493

cjlkbxt opened this issue Apr 1, 2020 · 2 comments

Comments

@cjlkbxt
Copy link

cjlkbxt commented Apr 1, 2020

vLayout中的Adapter有输入框,以及对应Activity设置android:windowSoftInputMode="adjustResize|stateHidden"。
vlayout的一屏幕中有多个edittext,屏幕下部的最后几个edittext输入法会无法弹出

@JackyMR
Copy link

JackyMR commented Apr 18, 2020

遇到同样问题,但是用LinearLayoutManager没有此问题。

@luowl123
Copy link

luowl123 commented Apr 2, 2021

使用VirtualLayoutManager的时候,软键盘弹出时会先回调onViewDetachedFromWindow,再回调onViewAttachedToWindow,
而LinearLayoutManager不回调onViewDetachedFromWindow

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

No branches or pull requests

3 participants