[Mobile] Keyboard disappeared after inserting image on iOS #453
Replies: 4 comments
-
This issue has been discussed and it's caused by image_picker... |
Beta Was this translation helpful? Give feedback.
-
Do we have any solutions for this so far? |
Beta Was this translation helpful? Give feedback.
-
I had the same problem and fixed it temporarily by defocusing the focusNode of QuillEditor when picking an image. For example, you can call |
Beta Was this translation helpful? Give feedback.
-
I add the code in image_video_utils.dart, and the cursor can appear after the inserted image. if (imageUrl != null) { |
Beta Was this translation helpful? Give feedback.
-
My issue is about [Mobile]
I have tried running
example
directory successfully before creating an issue here.I encountered a problem that if I inserted an image on iOS device, the keyboard will disappear and never come back. This only happened on iOS and for the image insert only, video insert works well.
To reproduce:
RPReplay_Final1630433555.mov
I tried to investigate but couldn't really figure out why this happened because it didn't happen on Android, thus I created this issue with hope to get some help.
Beta Was this translation helpful? Give feedback.
All reactions