Hi everyone,
I have label renderer to show HTML text, but in android the images does not shows,
so I have to use the following function
Html.FromHtml(string source, Html.IImageGetter imageGetter, Html.ITagHandler tagHandler);
my question is how to implement IImageGetter
and ITagHandler
so the image could load
thanks