I can load an image and then resize it . But if I save it as a docx document and the I reload it, the image has the original size: the resized image is not saved.
You can test this in the Telerik MAUI ControlsSamples app, Import export example of the RichTextEditor control.
we would like to auto focus the RadRichTextView control to automatically pop up the keyboard.
Maui Community Toolkit have this functionality for all controls that implement ITextInput
Provide the support for add specified content at specified position (cursor position).
For example expose InsertTextCommand, now you have InsertImageCommand.
or a method SetHtml -> RadRichTextEditor.SetHtml(html code);