Skip to content
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

点击输入框,软键盘出来以后会挡住屏幕底部的消息.这个能优化吗? #72

Closed
LouisMari1991 opened this issue Jul 6, 2017 · 8 comments

Comments

@LouisMari1991
Copy link

点击输入框,软键盘出来以后会挡住屏幕底部的消息.这个能优化吗?

@KenChoi1992
Copy link
Contributor

新版本还有这个问题吗?添加了 EditText 的点击事件,在这里将列表滚动到底部:

 mChatView.setOnTouchEditTextListener(new OnClickEditTextListener() {
            @Override
            public void onTouchEditText() {
                mAdapter.getLayoutManager().scrollToPosition(0);
            }
        });

@Zhiw
Copy link
Contributor

Zhiw commented Jul 7, 2017

请问这是新版本吗?0.2.0 没有看到这个方法

@KenChoi1992
Copy link
Contributor

新版本

@Zhiw
Copy link
Contributor

Zhiw commented Jul 7, 2017

原来在 releases 里面更新了,我参考的文档上还写着 0.2.0

@Zhiw
Copy link
Contributor

Zhiw commented Jul 10, 2017

请问新版本正式发布了吗?为什么 chatinput 我同步不到 0.4.0 的代码,messagelist 可以 0.4.0

@KenChoi1992
Copy link
Contributor

KenChoi1992 commented Jul 10, 2017

@Zhiw messagelist 最新版本是 0.4.2,chatinput 最新版本是 0.3.4-beta,稍后做一个 release

@Zhiw
Copy link
Contributor

Zhiw commented Jul 10, 2017

@KenChoi1992 感谢回复,希望在 release 或者 README 里面说明最新版本的情况,也就减少我这样的疑问了

@KenChoi1992
Copy link
Contributor

@Zhiw 更新了,看看 Release

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

No branches or pull requests

3 participants