Hello,
Welcome to our Microsoft Q&A platform!
Here is no rich text editor in the Xamarin Forms.
You need to create a custom renderer for Editor
in Android to achieve it.
Or you can use WebView
and load a WebBased rich text editor. Here is a similar thread about creating a Rich Text box with webview in xamarin forms? Note: If you download the Rich-Text-Editor-jQuery-RichText.zip
, you need to copy the files in examples
to the Android Assets folder, then copy the src
folder as well to the Android Assets folder. Then open the fontawesome5.html
file, change ../src
to src
in the link href="src/richtext.min.css"
and script src="src/jquery.richtext.js"
Or you can use third-part plugin to achieve it. Please search: Rich Text Editor on Xamarin.
Best Regards,
Leon Lu
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.