wasabeef / richeditor-android

RichEditor for Android is a beautiful Rich Text WYSIWYG Editor for Android.
Apache License 2.0
6.24k stars 1.2k forks source link

Can't get focus in first click, it need to click twice to get editor focus #253

Open guizot opened 3 years ago

guizot commented 3 years ago

Can not get focus in first click, it need to click twice to get editor focus.

Please help.

mahideveloper commented 3 years ago

I have also the same issue please let me know how to fix it. I have resolve it by adding this line mEditor.focusEditor(); on my onCreateView method and it working now on single click.