alibaba / vlayout

Project vlayout is a powerfull LayoutManager extension for RecyclerView, it provides a group of layouts for RecyclerView. Make it able to handle a complicate situation when grid, list and other layouts in the same recyclerview.
http://tangram.pingguohe.net/
MIT License
10.8k stars 1.79k forks source link

输入法冲突问题 #493

Open cjlkbxt opened 4 years ago

cjlkbxt commented 4 years ago

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

JackyMR commented 4 years ago

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

luowl123 commented 3 years ago

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