You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
如果在List(列表)中, 每行都有input, 如何处理当点击在屏幕中下区域的input进行输入, 软键盘会遮盖住input输入框?尝试得到软件盘高度, 然后用transform来出来, 但没有达到效果, 比如transform放在List下面的一级View内, 软键盘弹出后, List列表里面就无法显示出内容; 如果放在item所处的View中, 只会把当前输入框所在行的item向上移至软键盘上面, 而且无法判断在屏幕显示区域内, 聚焦到哪行的输入框内需要进行使用transform, 聚焦事件内没有输入框所在屏幕上的坐标
All reactions