Quantcast
Viewing all articles
Browse latest Browse all 91519

Custom HTML not showing on iOS

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?


Viewing all articles
Browse latest Browse all 91519

Trending Articles