You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have a focus issue when using quill with framework7 on a mobile phone. When you touch the screen on the main content (any paragraph) you should see the cursor right away to start typing, instead of that is not happening anything, I mean the .ql-editor never gets the focus and obviously the cursor never appears.
Quilljs works when I remove the framework7, so it's definitely an issue when using the 2 libraries at the same time.
I've done several tests to try to set the .ql-editor with a different z-index with no look. Can somebody give me a hint?
It appears to be that the framework 7 built-in fastclick is preventing the editor to focus. So just adding the class "no-fastclick" to the editor should solve the problem.
Hi, I have a focus issue when using quill with framework7 on a mobile phone. When you touch the screen on the main content (any paragraph) you should see the cursor right away to start typing, instead of that is not happening anything, I mean the
.ql-editor
never gets the focus and obviously the cursor never appears.Quilljs works when I remove the framework7, so it's definitely an issue when using the 2 libraries at the same time.
I've done several tests to try to set the
.ql-editor
with a different z-index with no look. Can somebody give me a hint?Actual behavior:
QuillJs + framework7
Expected behavior:
Just QuillJs
Platforms:
Version:
The text was updated successfully, but these errors were encountered: