Replies: 1 comment
-
Why onDelete doesn't trigger when I press backspace on my android phone? Looking forward to your reply, thank you very much! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I faced the issue when
QuillController.handleDelete()
isn't called on iOS when backspace pressed on an empty editor.I found explanation here
Also I found a solution here
This solution works, I've implemented it in my project.
I have an idea to incapsulate this into the package so
QuillController.handleDelete()
will work.How do you think?
Beta Was this translation helpful? Give feedback.
All reactions