I'm just thinking about how to embed a Rich Text Editor within a page of my XF app. As there doesn't seem to be a Rich Text Editor control available yet, I was wondering whether it might be easiest to use a WebView, and have the WebView open some local HTML that includes javascript etc that produces a Rich Text Editor, with the data entered into that editor somehow returned back to the code-behind for the page. Has anybody used that sort of approach, whether for Rich Text or otherwise? If so, any problems?
Many thanks,
John H.