Hi,
I am looking for a way to simply render HTML on to a Xamarin form control. Something similar to Windows Forms HTMLUI control. Are there any controls that can do this in the Xamarin Forms control suite? I am doing this currently with a Native XF WebView at the moment, but is kind of funky.... (not loading HTML sometimes, etc), plus I need to pre-pend and post-pend html for <Head> and <Body> to the data field, which just has markup. ie, It would be great to just set the source to an HTML tagged source file and have it render it. I am thinking of creating a PDF doc from HTML and rendering it with PDF Viewer, but this seems like overkill. Any ideas here?