singerdmx / flutter-quill

Rich text editor for Flutter
https://pub.dev/packages/flutter_quill
MIT License
2.45k stars 773 forks source link

Caret isn't interactable on mobile devices #1780

Open 10MoSi01 opened 3 months ago

10MoSi01 commented 3 months ago

Is there an existing issue for this?

The question

On mobile devices, the caret can be moved by tapping on the desired position, but it can’t be grabbed and dragged around. Additionally, it should also display magnified text.

Is there any setup required or are there parameters that need changing? Or have these features not been implemented yet?

10MoSi01 commented 3 months ago

P.S I'm aware magnification is stated as TODO in features. But I am not sure about the caret/cursor intractability.