Add a new web-view test page.

This commit is contained in:
Vasil Chimev
2015-10-28 11:40:25 +02:00
parent 914f4faedc
commit 23dee6655c
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>