+1 vote
in C Sharp by

Q. How to display static HTML string in Xamarin.Forms?

1 Answer

0 votes
by

We can use WebView control to display static HTML stringWebView can be used to display Websites, HTML string, Documents, Local Files depending on the platform support.

...