Our client needs to view/edit RTF formatted text in our Xamarin.Forms application. Is there an editing component with which we can achieve this feature?
We already thought about only displaying a readonly RTF text and enable editing via sharing it to the Word - app on the device. Is it possible to retrieve the edited text back in our application? However, we then also need an RTF display control.
Has anyone already dealt with this problem?