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

软键盘删除功能无效,对EditText添加OnKeyListener也无法监听输入键 #80

Open
Iridescentangle opened this issue Jul 8, 2020 · 0 comments

Comments

@Iridescentangle
Copy link

rt,在使用时候发现无法删除已输入内容,进而想到通过获取EmoticonsEditTex类型的mEtChat来设置OnKeyListener,通过KeyCode和KeyEvent来自己消费,但无法被调用
inputBar!!.etChat.setOnKeyListener { v, keyCode, event -> LogUtils.e(v,keyCode,event) false }

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

1 participant