WebView html with images fixed

This commit is contained in:
Vladimir Enchev
2015-10-22 11:11:15 +03:00
parent 9c0ac9e471
commit 0f2c57fb45
2 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,6 @@
<Page>
<GridLayout>
<WebView src="&lt;html&gt;&lt;body&gt;&lt;img src='./tests/logo.png'&gt;&lt;/img&gt;&lt;/body&gt;&lt;/html&gt;" />
</GridLayout>
</Page>