-
Notifications
You must be signed in to change notification settings - Fork 14
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
Recycleview #10
Comments
Update: |
你好,你的这个逻辑我目前还没有优化到哈,你可以这样做: |
谢谢回复,我这边试试看。 |
这个好办,如果你用代码切换了焦点,然后直接在setFocusChangeListener方法中调用showKeyboardWindow方法应该就可以了 |
Recycleview的Adapter中
在Activity中的方法
我这边的逻辑是点击下一个,当前的失去焦点,下一个输入框获取焦点 PS:我这边使用的是SystemKeyboardEditText ,setEdittext这个怎么调用 |
SystemKeyboardEditText 不需要使用setEdittext方法,焦点问题建议你再检查下代码是哪里出了问题 |
而且现在当一个edittext失去焦点后,后面重新获取焦点的时候,键盘第一次输入无效,按第二次才可以把输入的内容填上,这个是什么原因呢? |
你好 |
我也有个小问题,RecyclerView 的item中有使用SystemKeyboardEdittext,如果手按下的刚好是那个EditText ,就会自动把键盘弹起来,但其实我想滑动RecyclerView ,这怎么处理好点? |
我这边是一个Recycleview,里面会有很多个Edittext,现在需求需要点击键盘中下一个按钮,可以自动跳到下一个Edittext
The text was updated successfully, but these errors were encountered: