visual-space / visual-editor

Rich text editor for Flutter based on Delta format (Quill fork)
MIT License
283 stars 44 forks source link

Selection - Mobile, The soft keyboard is not triggered #127

Closed adrian-moisa closed 7 months ago

adrian-moisa commented 1 year ago

Currently the mobile/emulator version of the editor do not trigger the software keyboard.The issue is that we seem unable to trigger it. This issue might be caused by the forking from Quill and the subsequent refactoring. I'd try to run the quill codebase, follow the callstack in that codebase and attempt to follow the same callstack in our codebase. There will be many differences in files setup but overall the code logic is the same. Somewhere we are not doing something right.

Software keyboard not enable

image

Join on discord to get advice and help or follow us on YouTube Visual Coding to learn more about the architecture of Visual Editor and other Flutter apps.