Xamarin Forms - HTML Entry

304 views Asked by At

I have tried to look around for an HTML entry/editor for Xamarin Forms but can't seem to find any. Has anybody got an idea how I can display HTML content and allow users to edit. In my case I need to display notes that users would enter on the web application which has HTML formatting onto the mobile application. Users would need to see and also change the notes which syncs back to the office system.

1

There are 1 answers

0
Gustavo Cantero On

I think the library: TEditor is what you need. Works fine in iOS and Android.