the-airbender / quill_html_editor

HTML rich text editor for Android, iOS, and Web, using the QuillJS library. QuillJS is a free, open source WYSIWYG editor built for the modern web.
https://pub.dev/packages/quill_html_editor
MIT License
94 stars 95 forks source link

[BUG] Focus on Android #96

Open toilathor opened 1 year ago

toilathor commented 1 year ago

In case the screen contains both TextField and quill_html_editor there is a very annoying error here

On android devices having focus problem. On iOS, everything is still very normal, working smoothly. This happens when using a non-device keyboard. It should be no problem on real devices. But it still shows both pointers like the video below.

bug-report.webm

AjithRBT commented 1 year ago

I am facing same issue.