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

RichTextEditor只能点击第一行才能编辑, 这样有问题. RichTextEditor区域中不管点哪,都应该能编辑 #38

Open
kendiea-com opened this issue Sep 18, 2018 · 2 comments

Comments

@kendiea-com
Copy link

No description provided.

@sendtion
Copy link
Owner

的确,下版本修改一下

@KnightGuard
Copy link

 NewActivity增加点击区域获取焦点即可实现该功能

et_new_content.setOnTouchListener(new View.OnTouchListener() {
@OverRide
public boolean onTouch(View v, MotionEvent event) {
et_new_content.requestFocus();
return 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

3 participants