IOS doesn't show custom html when I assign it to the HtmlWebViewSource:
webView.Source = new HtmlWebViewSource
{
Html = "Hello world"
};
In Android works fine but in ios doesn't. What should I do to fix it?