Add a new web-view test page.

This commit is contained in:
Vasil Chimev
2015-10-28 11:40:25 +02:00
committed by Vladimir Enchev
parent 3230a570ab
commit d7a0d87d25
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<Page>
<StackLayout orientation="vertical">
<WebView src="~/ui-tests-app/web-view/test.html" height="50" />
<WebView src="&lt;html&gt;&lt;body&gt;&lt;img src='~/ui-tests-app/pages/test2.png'&gt;&lt;/img&gt;&lt;/body&gt;&lt;/html&gt;" height="75" />
</StackLayout>
</Page>