Skip to content

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

@Iridescentangle

Description

@Iridescentangle

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions