MAUI should have a RichTextBox equivalent rich text editor #8087
Replies: 6 comments 6 replies
-
I'll second this. I'd love to work natively in MAUI but I need a rich text editor for my project. As a workaround, I'm just building a hybrid app and using Blazor and Quill inside my MAUI app. It works but isn't necessarily ideal. |
Beta Was this translation helpful? Give feedback.
-
@IcicleTrepan As a workaround, you can use WebView control and loading opensource web RichTextEditor, as example |
Beta Was this translation helpful? Give feedback.
-
I get these infor from Google and Github.
ReactNative:
Flutter:
|
Beta Was this translation helpful? Give feedback.
-
Another solution would be to use a third party cross-platform rich text editor control (not MAUI specific). For example, the NOV Rich Text Editor control works on the following platforms from single codebase: Windows (WinForms and WPF), macOS (Xamarin.Mac) and web (Blazor WebAssembly). You write the code once in a .NET Standard assembly using the NOV Rich Text Editor and then the same code compiles and runs on all supported platforms. Then on each platform you just need a simple executable project that initializes NOV and shows the main widget of the application. More information is available on its website: Online demo using Blazor WebAssembly is available on: Disclosure: |
Beta Was this translation helpful? Give feedback.
-
Bumping for awareness! |
Beta Was this translation helpful? Give feedback.
-
not free... but https://www.telerik.com/maui-ui/richtexteditor |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'd really like to use .NET MAUI to build a cross platform desktop application that works in Windows as well as Mac.
One of the biggest issues I've come across so far while attempting to port an app from WPF to MAUI is that there's no equivalent to RichTextBox. This type of control is integral to the application I'm working on and unfortunately, this type of control can't even be purchased from a 3rd party at this moment in time as it doesn't exist.
Please consider adding an equivalent to RichTextBox going forward. Not everyone is using this for mobile alone, please don't forget us desktop people!
Beta Was this translation helpful? Give feedback.
All reactions