Hello,
I am having a MAUI Hybrid project where I use Blazor's SfRichTextEditor inside a Webview.
I am testing this on Android. The editor mode I have set is "Markdown". When I type 1. First item and hit enter, I expect the number 2. to appear. But it continuously shows only the same number 1. for each line as shown below.
Is there a fix for this?