How to debug what can cause error on iOS platform. #5931
Unanswered
Dev1lDragon
asked this question in
Questions & Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my project I use vue@2.7.14, vuetify@2.7.1 and tiptap@2.10.3, on all platforms that work well but in iOS (chrome/safary) I have weird bug, when typing in editor last inserted letter is replaced by new one.
For example, if I don't have any letter:
Press A, A is written after that press B, A is replaced with B and in card I also have letter B.
If in editor already had some text:
I have TEST text, if I press A that text is changed to TESA.
In source-code mode, that bug don't appear.
Beta Was this translation helpful? Give feedback.
All reactions