singerdmx / flutter-quill

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

[Mobile] The differences between bullet lists on iOS and Mac #1322

Open izbj opened 1 year ago

izbj commented 1 year ago

I found that on Mac, when I type "- test," it automatically becomes a bullet list. However, it doesn't work the same way on iOS. How can I make it behave like Mac on iOS?

cahyofendhi commented 11 months ago

I found that on Mac, when I type "- test," it automatically becomes a bullet list. However, it doesn't work the same way on iOS. How can I make it behave like Mac on iOS?

i have also same issue

EchoEllet commented 10 months ago

Hi, is this still an issue?

CatHood0 commented 19 hours ago

This is an issue that currently being planned because by default Flutter does not support for soft keyboard events. So, we have plans to implement something that fixes thsi, but will take sometime. I will close this since we know that this is an relevant part that we need to take care of it. @EchoEllet please reopen if is necessary.

EchoEllet commented 14 hours ago

Noticed there are different tickets with the same issue using different titles.

So, we need to make sure to close the duplicates and have one issue instead.

Reopen and close it once we find other related issues.